data
columns
for..of
function containsRepeatingLetter(str) { return Array.from(new Set(str)).join("")}