best way to clear an array code example Example: javascript array clear var cars = ["mazda","honda","tesla"]; cars = []; // clear/empty the array