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