My Coding Journey
T
I first started coding when I joined the west-mec coding program way back in 2025. Although this was when I first started coding this was not my first exposure to it. I had watched many game dev videos and other youtube channels that centered around coding. So this was one of my main motivations to get into coding. Another big inspiration was my older brother Josh who had a career in coding that gave me a little more confidence to start coding. The most memorable part of coding for me was making it to state with my friends Logan and Pedro. The code that I am most proud of was the game that I helped create.
let subTitle = document.getElementById("subTitle");
let strtBtn = document.getElementById("strtBtn");
let skipBtn = document.getElementById("skipBtn");
let gameContainer = document.getElementById("gameContainer");
let skips = 10;
let guesses = 3;This code block was the foundation of the JS in my album guesser game which I really liked!
Save
Comments
Log in to leave a comment.
