Let's start with a variable to hold our balance. Create a new variable called saved and assign it a value.

Make sure to add var saved = 75; to your code.