Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. //the page is usde to explain how to use module to in JS!
  2.  
  3. 1. Create a lesson written in markdown (Github Gist) on Modules
  4. 2. Your lesson should be comprehensive and simple enough for anyone brand new to this topic to understand
  5. 3. At the very least, this lesson should include:
  6. - How to load in a module
  7. - Create a module
  8. - Load your own module in
  9. - How to export/import objects, variables, functions, classes, from a JS file
  10. - Use at least (2) code examples for each of the above points
  11.  
  12. 4. Finally, up to two people from your group will present your topic.
  13. Be prepared for questions from the class and be ready to explain topics in depth
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement