JavaScript Proxy: Solving the Mystery
Note: This article does not focus on how to use Proxy. Instead, it delves into…
Happy New Year And What’s Up For 2024
2023 has ended. It’s hard to believe that 2018, the year I started professionally coding,…
Fetch, Axios and XHR: A Comparative Analysis of HTTP Request Tools In JavaScript
Axios and the Fetch API are two of the most popular ways to make an…
SVG or PNG: Which Is The Right Image Format For You
SVG (Scalable Vector Graphics) and PNG (Portable Network Graphics) are arguably the most popular image…
A Weird Way To Check If A JavaScript Object Is An Array
There are several ways to check if an array in JavaScript is actually an object.…