JavaScript Debugging
Understanding what error descriptions in the console mean is halfway to fixing them. Of course, everything can...
Read MoreArrays in JavaScript
An array is a variable that contains a list of data, where each element has its own...
Read MoreObjects in JavaScript
Objects in JavaScript are data structures that allow you to store collections of “key-value” pairs. Keys (also...
Read More
Local Storage in JavaScript
During my JavaScript learning journey, I decided to create a small pet project (a landing page) to...
Read More