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