Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 350 Bytes

File metadata and controls

12 lines (9 loc) · 350 Bytes

Exercise 123

  • Create a new index123.js file
  • Define a students array and assign more than 6 student names
  • Show the second and sixth students name in uppercase
  • Also, show the students array length with the following format:
The students array has 8 items
  • (This is a example and you should replace 8 for your students array length)