Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 629 Bytes

File metadata and controls

8 lines (8 loc) · 629 Bytes

Setup

Fork, clone, run npm install, npm start sdf

Do

  1. debug App.js. What is the value of maxNumberOfProductsAllowed. How many objects are in the products array after doing a slice on maxNumberOfProductsAllowed. Is this correct?
  2. debug functions.js createMagicNumber. What is the value of startingNumber immediately after line 8 executes? after the loop executes. Who is calling this function?
  3. debug the click event handler on the checkout button. Where is the code that is making the alert show up?
  4. debug Header.js and Links.js. Why is the text of the last link not showing up. What should show up?