#javascript
Read more stories on Hashnode
Articles with this tag
A callback function is a function passed into another function as an argument, which is then invoked inside the outer function to complete some kind...
I've been messing with the Proxy object lately, and I've created a very simple proxy, that allows for a neverending object chain. It's basically a...
A proof of concept for timing and counting all calls to an object. ยท The Proxy class is a way of intercepting calls to an object. This post assumes basic...