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 hereLesson 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 here