Skip to content

Instantly share code, notes, and snippets.

@appikonda
Created July 18, 2014 04:51
Show Gist options
  • Save appikonda/2a705ce266ff9800910e to your computer and use it in GitHub Desktop.
Save appikonda/2a705ce266ff9800910e to your computer and use it in GitHub Desktop.
JavaScript
  • where/how/what?
  • variables
  • types in js
  • conditionals
  • loops
  • operator precedence
  • functions
  • Type Conversion
  • return values
  • type of function?!
  • Anonymous Functions
  • local and global variables
  • different ways of defining a function
  • variable hoisting
  • Throwing Exceptions
  • Error Handling
  • iife
  • passing arguments to functions
  • optional params
  • required params
  • functional behavior based on the type of the param
  • passing functions as arguments
  • number of arguments passed to a function
  • literal form of variables
  • DOM
  • accessing/manipulating dom
  • events
  • callbacks
  • adding behavior to dom elements
  • object oriented js
  • class
  • object
  • inheritance
  • class methods/properties
  • instance methods/properties
  • private/public methods
  • object vs object literal
  • closure
  • html5 javascript APIs
  • projects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment