var marks = new Array();marks = [100,80,90]Array.prototype.pop() Array.prototype.pop()The pop() method removes the last element from an array and returns thus changing the length of the
var marks = new Array();marks = [100,80,90]Array.prototype.pop() Array.prototype.pop()The pop() method removes the last element from an array and returns thus changing the length of the