Created by: fzn0x
- Change single quote to double quotes (you don't know when you will use single quote inside double quotes (not template strings) , e.g
"Javascript's is good"
). - Fix node version typo in comment.
- Change empty
console.log
to\n
. - Run create-react-app without variable declaration.