So what will you find here?
this.translateText = function(str, operation) {
let result = '';
for (let i = 0; i < str.length; i++) {
const char = str[i];
const keyChar = this.key[i % this.key.length];
result += operation(char, keyChar);
}
return result;
}It consists of 3*2^0 folders! A lot 😄
Here is my channel https://www.youtube.com/channel/UCCTGAOgYvZjGm5K47XO1G_w! And have a nice day