When I write some javascript such as this:
var words = [\'word1\', \'word2\', \'word3\'] for (word in words) { console.log(word) }
The