Skip to content

AustinCodingAcademy/commonjs-module-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Let's practice modules

Setup

  • fork, clone, run index.js through node

Do

  • Implement code for subtract module
  • Add file and implement code for multiply module
  • Add file and implement code for divide module
  • Implement code for addOne in the addNumbers module
  • Require addOne in index.js
  • Add file and implement code for subtractNumbers module
  • Make sure there are no errors and that all the calculations are logged to the screen

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published