I'm training to be a web developer! I started 6 weeks ago. So far, I've learnt to use html/css and JavaScript. End goal, make games. In the mean time I'm learning by doing: I've made tic tac toe with a dynamic grid size (the same algorithm solves for any size grid) and hangman (mouse or keyboard input).
Happy with my progress so far!
Tic tac toe: The shapes are drawn on a canvas using JS.
I drew the hangman using ascii art.