var multiarr = [["John",1],["Peter",2],["Lisa",3]]
multiarr.pop();
console.log(multiarr);