Tag: frontend
JavaScript Proxy: Solving the Mystery
Note: This article does not focus on how to use Proxy. Instead, it delves into…
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.…