At 'Stand in line' lesson in Basic JavaScript, testArr is a const

Oh, I think I understand now then. My solution didn’t work because concat fuses two arrays, and creates a new one? And that doesn’t work since const?

The solution provided at freeCodeCamp Challenge Guide: Stand in Line worked just fine without alterations to the Setup, and the // Display code shows the changes properly.

My mistake, sorry and thanks for the help.