Array Challenge #1
Lesson 3 of 18 in Coddy's Array Methods in JavaScript course.
Challenge
EasyWrite a function named numbersArray that gets an array of numbers and returns the seventh element in the array.
Try it yourself
// Write code hereAll lessons in Array Methods in JavaScript
Practice on your own: Online JavaScript compiler