Page 1 of 1

CAN SOMEONE SOLVE IT, WHAT DID I DO WRONG?

Posted: Fri May 20, 2022 12:50 pm
by answerhappygod
CAN SOMEONE SOLVE IT, WHAT DID I DO WRONG?
Can Someone Solve It What Did I Do Wrong 1
Can Someone Solve It What Did I Do Wrong 1 (56.21 KiB) Viewed 42 times
8.ARRAYS <> The Chosen One POINTS DUE DATE O Point No due date O interactive blocks Unlimited Submissions Create a variable theChosenone. Using array bracket notation, set its value equal to the second element (index 1) of the array characters.

BOE © = index.js 1 // PROVIDED FOR YOU 2 const characters ['Oracle', 'Neo', 'Morpheus']; 3 4. const characters = [oracle, Neo, Morpheus ]; 5 let thechosenone = characters [1]; 6 7 8 9 // DO NOT EDIT BELOW 10 11 module.exports thechosenone; 12 =

L- + Test Run Result (5/17/22, 12:11 PM) Accesses Correct Element (Neo) (0/1 Points) Failed v POINT OPU O interactive blocks Unlimited Submissions CONSOLE SHELL