Most common mistakes of (not only) JavaScript developers
Introduction
JavaScript is a powerful programming language that helps make web pages interactive. However, JavaScript can be tricky to learn and use. After working with this powerful language for some time, I have gathered mistakes I made and some th...
blog.thecode.xyz5 min read
nichromat
Self/community taught web dev in progress.
Such a great post!!
Although, as a beginner in web dev. I have some questions:
I didn't know that by not using these keywords, variables would become global. But, doesn't
varmake a variable global?Do you mean, using JavaScript for Front-end vs Back-end?