Skip to content

psc478/advanced-module-practice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Let's practice modules

Setup

  • yarn install
  • yarn 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 'eslint src && 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

Languages

  • JavaScript 100.0%