5 followers
Electrical engineer and budding web dev. Passion is the result of action, not the cause of it. #NeverStopLearning
Learning new programming languages is fun, here's my go at Java! · Welcome back! I'm currently learning Java, so this exercise is from the course I'm...
Welcome back! Today's challenge is the Two Sum problem from LeetCode. I did this with JavaScript, but I may redo this in the future since I'm...
Welcome back to my Code Challenge series! Today's challenge is from the Web Developer Bootcamp Discord group, passed on from Codewars. I hope you...
Welcome to my new series, Code Challenge! In this series, I'll be doing challenges that I randomly see on blogs or Discord groups. I enjoy doing them...
The difference between querySelector and querySelectorAll. · Welcome back! In this article, I'll be going over toggling classes with...
Welcome to the next post in my Code Fix series! In this article, I'll be going over someone's code to get the last element in an array. The Task The...