Fork, clone, run npm install, npm start sdf
- 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?
- debug functions.js createMagicNumber. What is the value of startingNumber immediately after line 8 executes? after the loop executes. Who is calling this function?
- debug the click event handler on the checkout button. Where is the code that is making the alert show up?
- debug Header.js and Links.js. Why is the text of the last link not showing up. What should show up?