Xander will be gone from the 6th to the 15th. During this time the coaching center hours will be Mon-Thurs 9am-4:15pm.
You are not logged in and cannot be added to the Queue.
In Javascript, the fastest and most efficient way to empty an array is to set the length to 0.
var myArray = ['Hello', 'World'];
myArray.length = 0;