astramieri / javascript-full-course

Complete all-in-one Javascript tutorial by Dave Gray

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Javascript Full Course

Complete all-in-one Javascript tutorial by Dave Gray.

Lessons

  1. Quick Start
  2. Link JavaScript to HTML
  3. Strings
  4. Numbers
  5. Math Methods
  6. Code Challenge
  7. If Statement
  8. Switch Statement
  9. Ternary Operators
  10. User Input
  11. Interactive Game

Links

Main Topics

  • basic datatypes
    • string
    • number
    • boolean
    • undefined
  • variables
  • operators
    • equality vs strict-equality
  • numbers
    • numbers methods
    • math methods
  • input functions

About

Complete all-in-one Javascript tutorial by Dave Gray

License:MIT License


Languages

Language:JavaScript 47.5%Language:HTML 30.1%Language:CSS 22.4%