I have an array named arr = [[1,2],4] , and for loops to access the numbers. But I can\'t seem to add the last number. Why is it not working? let arr = [[1,2],4]; //Ha