Thoughts
Another iconic code review from ljharb, "arr.push(item) can be converted to arr[arr.length] = item...it's more methods that could be
modified or deleted in the environment beforehand"