Code Challenge #4: Barking Dog Method with Java
Learning new programming languages is fun, here's my go at Java!

Search for a command to run...
Learning new programming languages is fun, here's my go at Java!

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 currently learning Java! The Challenge Given an array of integers nums and an integer target, return the ind...

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 enjoy it as much as I did! The Challenge Write a function that takes in a string of one or more words an...

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 because I learn so much! I found today's challenge from the Web Developer Bootcamp Discord group. Th...

The difference between querySelector and querySelectorAll.

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 person was tasked to make a function called lastElement which takes an array and returns the last ele...

Variables are a critical concept in programming that every developer should know.

Learning by yourself isn't easy, but know that you're not alone.
