#programming-blogs
Read more stories on Hashnode
Articles with this tag
Brendan Eich, the creator of JavaScript, was given the task by Netscape Communications Corporation in 1995 to create a scripting language for their...
Yesterday, I broke up with my gf and to avoid loneliness I started doing what I usually do, coding. But my mind was not at peace, suddenly I thought...
In the world of programming, understanding the basics is crucial, and one fundamental concept is working with numbers. In this blog post, we'll delve...
Detecting Dark Mode in JavaScript involves checking the user's preferred color scheme. For this we'll use the window.matchMedia method to achieve...
Hi guys, today I was solving some aptitude problems and suddenly an idea struck to my mind, why not create programs that'll solve aptitude problems....
JavaScript closures are a fundamental and powerful concept that involves the interaction between functions and the scope in which they are declared....