what value type is inside an empty array? code example
Example: javascript empty array
var colors = ["red","blue","green"];
colors = []; //empty the array
var colors = ["red","blue","green"];
colors = []; //empty the array