DEV Community

KoichiArai
KoichiArai

Posted on

Day1 of 100DaysOfJavaScript

My objective is to continuous coding(learning).

What I did

What I learned

  • ; should be put on the end of line. => It is same as C.
  • "var" have to be written before defining variable.
  • "const" is also put before defining but it becomes constant.
  • I didn't understand about "let" in detail. I can't think of how to use it well...

Top comments (1)

Collapse
 
anasizhere profile image
Anas Khan

Keep it up 👍