DEV Community

Discussion on: Operators/Conditional statements: if (youUnderstand) {'Great!'} else {'Read on'}

Collapse
 
arnoldgee profile image
Arnau Gómez • Edited

Thank you very much for that fun and comprehensive explanation! I find real joy in reviewing elementary concepts and seeing them on a new light. Also love those PolarCode snippets!

If you want to get better at javaScript, try javascript.info/ Do you know it? It provides in-depth explanations if you want to learn even more about operators and their perks.

Btw anyone can explain me why [] == [] is false in javascript?