Page 1 of 1

Please provide response in Javascript. Display elements at indices 0 and 5 in the array numberList separated by a space.

Posted: Mon Jun 06, 2022 2:21 pm
by answerhappygod
Please provide response in Javascript.
Display elements at indices 0 and 5 in the array numberList
separated by a space.
var numberList = [1, 6, 41, 8, 24, 4]; // Tests may use
different array values
/* Your solution goes here */