Source code

Revision control

Copy as Markdown

Other Tools

var x = [1, 2, 3, 4, 5, 6, 7, 8];
x.pop();
x.push(9);