Skip to content

Maker function, namespacing, extend, prototypical and pseudoclassical

Notifications You must be signed in to change notification settings

MrBri/wordBuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Simple examples showcasing many different JavaScript concepts.

  • Maker function to create objects.
  • Sharing functions using global functions.
  • Globals to a namespace.
  • Namespacing to the maker function.
  • Use Underscore's extend function.
  • Prototypical using Object.create().
  • Pseudo classical using the new keyword.

To be run with Node.js. Run node creation.js from command line.
Console logs at the end to test.
Sections divided by ===s.
Comment and uncomment sections as necessary.

About

Maker function, namespacing, extend, prototypical and pseudoclassical

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published