JSTotD: Using Flattened Arrays

Re: Flattening Arrays

Interesting article but I have a few questions. First, in your ticTacToeBoard example, will the original array reflect any changes that are made to the flattened array? Second I assume this it just a one way operation in that once the array is flattened there is no way to go back to the original array. That is correct right?

2 posts were merged into an existing topic: JS Tip of the Day: Flattening Arrays