Project 1
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
theList.pop();
|
||||||
|
theList.shift();
|
||||||
|
theList.unshift("FIRST");
|
||||||
|
theList[3] = "hello World";
|
||||||
|
theList[2] = "MIDDLE";
|
||||||
|
theList.push("LAST");
|
||||||
|
console.log(theList);
|
||||||
Reference in New Issue
Block a user