CAN SOMEONE SOLVE IT, WHAT DID I DO WRONG?
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
CAN SOMEONE SOLVE IT, WHAT DID I DO WRONG?
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am