Javascript practice exercise from Javascript in easy steps. exercise from pg. 17
Questions I should see if i can answer after the exercise is fully typed up:
- Are there any extra errors beyond the usual codecraft associated errors in the error log? Earlier yes there were extra errors, think they were related to the use of 'let' and const'
- Check to see all functions functioning: All of the functions are correctly functioning
- Are let and const enough on their own to keep the function from working? Nope.
- Did the function work as intended? Yes, after correcting a few typos in the function valueOfPi (messed up the capitalization, spotted it, fixed it) the answer in the console log matches the exercise in the book
Powered by