Game

Airport Customs Game

For the final part of lesson 5 of Codecademy's Javascript course you have to write your own little "operators" game. Mine is posted below. We also learned a new command.

.toUpperCase();

It changes the output of the previous function to all caps so the user can enter "yes", "Yes" or "YES" and any answer is accepted.

Subscribe to RSS - Game