I’m stuck on the first part of part 8. It says to go below the two arrays (Condiments and Utensils) and use .push() to add your favorite condiments to the array and then console log it out. I have the following:
It’s unfortunate, but that is what happens when we teach what to think rather than how to think. Your code is fine (correct syntax) but the SCT is limited. We don’t have a lot of wiggle room when it comes to liberties or incorrect interpretation of the instructions. A minor wrinkle in the big picture.
copy function from lesson to command line in console
enter
Bottom line, keep a sandbox open to test lesson code in the real world. The console lets us see the errors and exceptions, as well as expected output when no errors.
Once we pass a lesson we can still use that environment as a sandbox to test other ideas. Note the outputs to see if they meet expectations.