diff --git a/tutorial/tutorial.md b/tutorial/tutorial.md index 4ad5dc79..9994cf07 100644 --- a/tutorial/tutorial.md +++ b/tutorial/tutorial.md @@ -399,7 +399,9 @@ if (winner) { ``` -Its `handleClick` can push a new entry onto the stack by concatenating the new history entry to make a new history array: +Since Game is now rendering the status, we can delete `
{status}
` from the Board's `render` function. + +Game's `handleClick` can push a new entry onto the stack by concatenating the new history entry to make a new history array: ```javascript handleClick(i) {