Complete JavaScript in 17 days!

When I started learning JavaScript, I used to get super confused between let, const, and var 😵‍💫
All three looked the same to me until I made a simple table like this ✅❌
And guess what? It made everything so clear in just 2 mins!
Here’s what finally c…


This content originally appeared on DEV Community and was authored by Azaan Suhail

When I started learning JavaScript, I used to get super confused between let, const, and var 😵‍💫
All three looked the same to me until I made a simple table like this ✅❌
And guess what? It made everything so clear in just 2 mins!
Here’s what finally clicked for me:

  • var is old-school and can be used anywhere inside a function
  • let and const are modern and work only inside curly braces {}
  • const is like a strict teacher – once set, can’t change 😅

This small concept wasted a lot of my time earlier.
Hope this helps someone who's stuck like I was 🔁


This content originally appeared on DEV Community and was authored by Azaan Suhail


Print Share Comment Cite Upload Translate Updates
APA

Azaan Suhail | Sciencx (2025-09-16T17:31:45+00:00) Complete JavaScript in 17 days!. Retrieved from https://www.scien.cx/2025/09/16/complete-javascript-in-17-days/

MLA
" » Complete JavaScript in 17 days!." Azaan Suhail | Sciencx - Tuesday September 16, 2025, https://www.scien.cx/2025/09/16/complete-javascript-in-17-days/
HARVARD
Azaan Suhail | Sciencx Tuesday September 16, 2025 » Complete JavaScript in 17 days!., viewed ,<https://www.scien.cx/2025/09/16/complete-javascript-in-17-days/>
VANCOUVER
Azaan Suhail | Sciencx - » Complete JavaScript in 17 days!. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2025/09/16/complete-javascript-in-17-days/
CHICAGO
" » Complete JavaScript in 17 days!." Azaan Suhail | Sciencx - Accessed . https://www.scien.cx/2025/09/16/complete-javascript-in-17-days/
IEEE
" » Complete JavaScript in 17 days!." Azaan Suhail | Sciencx [Online]. Available: https://www.scien.cx/2025/09/16/complete-javascript-in-17-days/. [Accessed: ]
rf:citation
» Complete JavaScript in 17 days! | Azaan Suhail | Sciencx | https://www.scien.cx/2025/09/16/complete-javascript-in-17-days/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.