Fri Jul 09 2021 18:01:30 GMT+0000 (Coordinated Universal Time)
Saved by @buildadev
var multiarr = [["John",1],["Peter",2],["Lisa",3]] multiarr[2].push("Girl"); console.log(multiarr);
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments