#variables
Read more stories on Hashnode
Articles with this tag
Syntax Error A Syntax error is caused due to incorrect usage or a typo in your code.Some examples include - Missing or invalid opening/closing...
Once you start learning JavaScript declaring variables is the first thing you learn and it can be done using 3 ways - var, let and const It can be...