Javascript



This content originally appeared on DEV Community and was authored by Dongdiri96

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


This content originally appeared on DEV Community and was authored by Dongdiri96