Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 262 Bytes

ex_124.md

File metadata and controls

6 lines (5 loc) · 262 Bytes

Exercise 124

  • Create a new index124.js file
  • Define a movies array with at least 10 movies that you really like
  • Show the first and last movie name from the movies array
  • To show the last item you need to use the movies lenght property to make it dynamic