The operation isn’t really referred to as let-in but rather for...in. What we’re saying is “for each value in this array (newTitle), assign the value to the variable st and do this loop”. You can read more about it https://devdocs.io/javascript/statements/for...in, and in the meantime I’ll see if I can find the lesson that references this.