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.
Top comments (0)