+
{status}
+
+ {this.renderSquare(0)}
+ {this.renderSquare(1)}
+ {this.renderSquare(2)}
+
+
+ {this.renderSquare(3)}
+ {this.renderSquare(4)}
+ {this.renderSquare(5)}
+
+
+ {this.renderSquare(6)}
+ {this.renderSquare(7)}
+ {this.renderSquare(8)}
+
+
+ );
+ }
}
```
@@ -215,26 +311,59 @@ We'll fill it in later so that a board looks something like
]
```
-Pass the value of each square down:
+Board's `renderSquare` method currently looks like this:
```javascript
-renderSquare(i) {
- return