FACN4 / week9-the-a-team

FAC's #1 Noughts and Crosses web app.
https://tic-fac-toe.netlify.com/
0 stars 1 forks source link

Constructor and Binding #66

Closed jema28 closed 6 years ago

jema28 commented 6 years ago

In newer syntax it's common to see more arrow functions as this takes care of binding and makes for more readable code. You can also create the state without using the constructor method throughout.

tawfiknasser commented 6 years ago

solved, please review and close the issue if solved :+1: