Coding Bootcamp Development Website
  • Home
  • Portfolio
  • Studies

Javascript


Table of Contents

  1. Variables
  2. Data Types
    • Strings
    • Numbers
    • Boolean
    • Arrays
    • Objects
    • Functions
    • undefined
    • null
    • NaN
    • Primitive v. Complex
  3. Operators
    • Assignment
    • Arithmetic
    • Comparison
    • Logical
    • Binary
    • Ternary
  4. String Manipulation
  5. Control Flow
    • If, Else, Else-if
    • Switch Statements
  6. Loops
    • For Loops
    • For-in Loops
    • While Loops
  7. Functions
    • Syntax
    • Scope
    • Closure

Variables


Data Types


Operators


String Manipulation


Control Flow


Loops


Functions