Public vals
55
willthereader
variableExercise
Script
// Create a program that tracks someone's daily steps. You'll need to create a variable that starts at zero steps for the morning. Throughout the day, you'll need to update this value several times as more steps are taken. You'll also need to store the daily step goal, which should never change from its initial value of 10000 steps. Your program should include at least three step updates and attempt one incorrect operation that JavaScript should prevent.
0