Skip to content

Instantly share code, notes, and snippets.

@harryworld
Last active August 29, 2015 14:07
Show Gist options
  • Save harryworld/ceebff030e0933516b29 to your computer and use it in GitHub Desktop.
Save harryworld/ceebff030e0933516b29 to your computer and use it in GitHub Desktop.

Review for Phase 1

Node.js

  • Node Package Manager (npm)
  • http-server
  • CoffeeScript

jQuery

  • jQuery document ready
  • addClass
  • append
  • prepend
  • css

CoffeeScript Fundamentals

  • Function
    • return
    • break
  • Scoping
  • console.log
  • variable
    • number
    • boolean
    • string
    • array
    • object / hash
    • @
  • logic operators
  • conditionals
    • switch
    • if
  • loops
    • for
    • while
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment