Hi there,
I have my first ever interview in a couple of days for a front end developer position for a smallish start up. They’ve told me they don’t believe that timed challenges and other tests of that elk are effective ways of determining a candidate’s skill, so instead I must take in some work and talk to them about it. They are going to grill me about it and challenge my methods and design choices.
I’ve decided to take in this tic-tac-toe game I made in React. It should be unbeatable and all my testing has indicated that it is. This should be the case for 5 x 5 and 7 x 7 grid as well as the traditional 3 x 3. The actual source code is here. I know it isn’t very pretty at the moment, so I’m just talking about the javascript really.
So my questions are: What should I talk about when I’m presenting my project? They didn’t give me any topics and I really struggle with such open ended questions.
What do you think of my code? What do you think they might challenge me on on this code? Plenty I’m sure!
Any advice or critique of my code or prompts to make me think about the right things would be greatly appreciated!