/jbase

Primary LanguageJavaScript

Base of JavaScript

Includes:

  1. Variables
  2. Base data types
  3. Base operators
  4. Alert, Prompt, Confirm
  5. If Else
  6. For While
  7. Break Continue (only outer)
  8. Functions
  9. Recursion and stack
  10. Objects

Was not included:

  1. Bitwise operators
  2. Logical operators
  3. Switch