Details
Description
Expected:
var phoneNumbers = [];
Actual (this just inits an array with 3 in it as the 0th index):
var phoneNumbers = [3];
Expected:
var phoneNumbers = [];
Actual (this just inits an array with 3 in it as the 0th index):
var phoneNumbers = [3];