Challenge Hints: Arrays Checkpoint

A list of hints for the Arrays Checkpoint.

Last updated - June 30, 2023

 

Checkpoint

An empty array looks like this variablName = [ ] 

Does your healthHistory array begin with a value of 100 inside?

Did you include adventurehistoryArray.push("...")?

Did you include healthHistoryArray.push("...")?

Did you console.log adventureHistoryArray?

Did you console.log healthHistoryArray?

For more help with JavaScript, check out our JavaScript Reference Guide!