Skip to content

AustinCodingAcademy/advanced-module-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Let's practice modules

Setup

  • npm install
  • npm start
  • What shows up in the terminal?
  • If you are on a windows machine, remove the single quotes from package.json in "start": "nodemon --exec 'babel-node src/index'",

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
  • Import and use addOne in index.js
  • Add file and implmemnt code for subtractNumbers module
  • Run yarn start
  • Make sure there are no errors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •