Untitled

Anonymous
plain_text
10/26/2021 2:25 PM
120 B
14
Indexable
// Setup
var myArray = [18,64,99];

// Only change code below this line
myArray[0] = 45;
Editor is loading...