Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 401 Bytes

ex_160.md

File metadata and controls

8 lines (7 loc) · 401 Bytes

Exercise 160

  • Create a new index160.js
  • Define a propertiesNames array and assign the following string values: name, price, sold & console
  • Copy and paste the games array from exercise 155
  • Iterate over the games array
  • Show each game properties value using the properties names defined in the propertiesNames array
  • Use the propertiesNames as dynamic properties accesor for the games array