Challenge: Reading Code and Fixing Errors
Assignment
Code Sheet
Using the code sheet handout provided, mark up the code using the following instructions.
Instructions
Highlight or note somewhere any code that you’re unfamiliar with or haven’t seen before
Add an asterisk (*) in front of all the function declarations
Underline all the parameters
Circle all the arguments
Write a square bracket ( [ ] ) in front of any conditional statements & inside the brackets, indicate any operators they’re using (separate multiple with a comma)
For your assigned code:
Find out what it does, 5 min explanation
Provide 2 code examples.
Additional Resources
These resources are very helpful when you are trying to solve a problem or need to look up documentation.
Last updated