Why do we use console.log
easier to debug
what is a method?
function which is a property of an object
how do you remove last element from array
.pop
how do you round a number down
math.round
how do you generate a random number
math.random
how do you delete an element
.splice
how to append an element from an array
.push
how to break up string into array
.split
do string methods change original string?
no they do not, can console.log to see if they did
Is return value useful in every situation
no
3 letter acronym for research?
MDN