Which method is used to add elements to the beginning of an array in JavaScript?
unshift()
add()
append()
push()