Skip to content

Instantly share code, notes, and snippets.

@jqtrde
Created April 29, 2014 15:07
Show Gist options
  • Save jqtrde/11403097 to your computer and use it in GitHub Desktop.
Save jqtrde/11403097 to your computer and use it in GitHub Desktop.
javascript algo basics
  1. if statements
  2. switch statements
  3. while statements
  4. for statements
  5. Functions that return values
  6. Functions that don't return values
  7. Scope
  8. Recursive functions
  9. OO basics
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment