DEV Community

Dongdiri96
Dongdiri96

Posted on

Javascript

Javascript basics
7/21
Today I started to study Javascript through videos online. I learned:

  • terminate syntax ;
  • console.log() function
  • variables with let
  • objects (basically a dictionary)
  • arrays (length dynamic, datatype flexible)
  • functions I will continue to study to actually program the website next week. Can't wait. Image description

Top comments (0)