Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 470 Bytes

File metadata and controls

13 lines (12 loc) · 470 Bytes

Let's practice modules

Setup

  • DONE --- yarn install

Do

  • DONE --- Implement code for subtract module
  • DONE --- Add file and implement code for multiply module
  • DONE --- Add file and implement code for divide module
  • DONE --- Implement code for addOne in the addNumbers module
  • DONE --- Import and use addOne in index.js
  • DONE --- Add file and implement code for subtractNumbers module
  • DONE --- Run yarn start
  • DONE --- Make sure there are no errors