open_in_new
content_copy
var multiarr = [["John",1],["Peter",2],["Lisa",3]] multiarr[2].push("Girl"); console.log(multiarr);