View on GitHub

reading-notes

Code 102

Notes

HTML

Chapter 3

Different types of lists
ordered
un ordered

Chapter 13

JavaScript

Chapter 2

  1. statements
  2. comments
    • Variables
  3. data types
    • string
    • boolean
    • numbers
  4. array

<===Back