CuDecker / MI-449-SS17-740-js-localstorage-wMUDce

0 stars 0 forks source link

Project Feedback #1

Open CuDecker opened 7 years ago

CuDecker commented 7 years ago

@egillespie Can you take a look at this? It's hosted here and meets the following criteria:

Thanks for the help!

You're additions and the removing the else if made a lot of sense to me!

I appreciate it!

egillespie commented 7 years ago

Hi @CuDecker, everything works great! :shipit:

If you're curious, these are all ways to increment a variable by 1:

counter = counter + 1
counter += 1
counter++

You don't have to change anything, I just thought I'd share. 😉