Hey there!
I was on twitter looking through some posts and ran across this response under one of the freecodecamp posts. They were responding to this FCC article.
“Remember, be like the pro javascript coders and use individual letters for all your variables and for greater security, randomise your use of whitespace, or use none at all.”
So, my main question is Why are one letter variables better than named variables? Wouldn’t it get confusing just using one letter variables all of the time?
Also, if someone can explain this part of the response that would be great.
“and for greater security, randomise your use of whitespace, or use none at all.”
Here is the twitter conversation https://twitter.com/pen_coded/status/1341399841017049094
Thanks!