Skip to content

Instantly share code, notes, and snippets.

@slota
Forked from rrgayhart/require.markdown
Last active March 30, 2016 01:50
Show Gist options
  • Save slota/fcc94d02b089d8d1dce3dd1039c52fde to your computer and use it in GitHub Desktop.
Save slota/fcc94d02b089d8d1dce3dd1039c52fde to your computer and use it in GitHub Desktop.
The Concept of Require
  • In the context of Node, what is a module? A module is sort of like a file, it stores a JS file.
  • The code examples from the second blog post look very different from the first. Why? The second blog post uses requireJS,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment