Suppose an array reptiles is ["crocodile", "snake", "turtle", "lizard"]. To remove the first item from the array, use the statement ___.
A. reptiles.push("crocodile");
B. reptiles.push();
C. reptiles.pop("crocodile");
D. reptiles.pop();
E. reptiles.unshift("crocodile");
F. reptiles.unshift();
G. reptiles.shift("crocodile");
H. reptiles.shift();
H. reptiles.shift();
Computer Science & Information Technology
You might also like to view...
Perhaps an employee no longer works at the salon and there are dozens of future appointments that need to be changed to a different employee's name. You could create a(n) ________ that changes the name of the employee for all future appointments from the employee who left to the a employee
A) make table query B) delete query C) append query D) update query
Computer Science & Information Technology
If you try to import a list into Access that does not contain a field for a ________ key, Access will assign one
Fill in the blank(s) with correct word
Computer Science & Information Technology