Such a great post!!
Although, as a beginner in web dev. I have some questions:
Not using var, let, or const to declare variables
I didn't know that by not using these keywords, variables would become global. But, doesn't var make a variable global?
Using JavaScript for everything
Do you mean, using JavaScript for Front-end vs Back-end?
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?