Skip to content

Instantly share code, notes, and snippets.

@OaklandRocks
Forked from OfTheDelmer/topics_for_tomorrow.md
Last active August 29, 2015 14:07
Show Gist options
  • Select an option

  • Save OaklandRocks/c563e4fca7a496a4048d to your computer and use it in GitHub Desktop.

Select an option

Save OaklandRocks/c563e4fca7a496a4048d to your computer and use it in GitHub Desktop.

Intro to Prototypes

JS Data Structures

Outline

  • Objects in Javascript?
    • object literals
    • properties
  • Functions
    • as objects
    • returning objects
    • using apply
    • trying to efficiently create methods
  • Function Prototypes
    • private variables
    • private functions
    • public variables
    • chaining
  • Recursive Structures
    • Tree Structures
      • binary tree
        • left and right nodes
      • n-ary tree
        • using an array
    • Trie Structure
      • A tree using an object

Resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment