Blog - JavaScript
Explore articles, guides, and notes about JavaScript and things I learnt while building stuff.
Creating a Snowfall Effect with CSS and JavaScript
•
5 min readIn this blog post, we will go over how to create a snowfall effect using CSS and JavaScript. This effect can be used to add a wintery touch to your website, making it perfect for the holiday season.
Debugging JavaScript: Common Techniques and Tools
•
6 min readAs a frontend developer, debugging is an essential skill that can help you identify and fix errors in your code. In this blog post, we will discuss some common mistakes and pitfalls in JavaScript, as well as techniques and tools that can help you debug your code effectively.