Comment on A Javascript journey with only six charactersparentComments−kukx9yIt does, see the "fill" step: «So now we have acquired the following extra characters: c,o,v,(,),{,[,],}, .».−JelteF9yThose characters are only inside a string, not as executable code.−softawre9yBut you can execute strings...as it says in the article.−JelteF9yYes, but not at that point in the article yet...−kukx9yGood catch. It seems that the "Object" string doesn't provide any crucial characters for further steps; in this case the literal curly brackets aren't needed.
Comments
It does, see the "fill" step: «So now we have acquired the following extra characters: c,o,v,(,),{,[,],}, .».
Those characters are only inside a string, not as executable code.
But you can execute strings...as it says in the article.
Yes, but not at that point in the article yet...
Good catch. It seems that the "Object" string doesn't provide any crucial characters for further steps; in this case the literal curly brackets aren't needed.