Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 568 Bytes

File metadata and controls

17 lines (14 loc) · 568 Bytes

Exercise 158

  • Create a new index158.js
  • Copy and paste the code from the previous exercise ()
  • Refactor the code to match new requirements
  • Define a budget variable
  • Add all PS4 games price and assign it to the budget variable
  • Show the following message as output:
I need $ %budget% to get all these great PS4 games!!!
  • Define a new gameNames array and assign all the games names (all strings)
  • Define a new gamePrices array and assign all the games prices (all numbers)
  • Show the gameNames items as output
  • Show the gamePrices items as output