After contacting the recruiter at Twitter, I learned that there was an opening for a frontend position in one of the teams. I was matched with that team to do the Online Assessment (OA).
The title is to implement the Tic Tac Toe game using HTML, CSS, and JS.
If you don’t know this game, you can check out https://playtictactoe.org/.
There are several requirements:
- Display the results of the game, such as which side won, lost, or tied. You can click New Game to start the next game.
- Require accessibility, allmouseThe operational requirements can also be completed usingkeyboard3.
If the user hovers the mouse over an empty square, it will show that the current player
has passed the OA but is stuck on the next round.