In our previous post, we have made the basic tic tac toe game with plain vanilla javascript. The purpose of this post is to replicate the same game using modern ES6 syntax: ie using class structures. As you know from our article https://vuejstalk.com/top-10-es6-features-every-js-developer-must-know/ ES6 has added the class keywords and mechanism to implement class, constructors, […]