INTRO 🔊 Chaining is the concept one function returns a current(this) object and another function will use values in that current(this) object. It's the ...Read more
Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise Latest Questions
Things I've worked on/completed since my last post… I am currently working my way through Intermediate HTML & CSS in The Odin Project. I have ...Read more
What's a hash function? A hash function takes an input value (for instance, a string) and returns a fixed-length value. An ideal hash function has the following properties: it is very fast it can return an enormous range of hash values it ...Read more
🦖 Deno and Fresh In this post we are trying out Deno Fresh. Deno is a JavaScript runtime like, for example, Node or ...Read more
Building games with JavaScript is more exciting than ever. Whether you're coding a classic platformer or a complex simulation, knowing how to make the most out of your tools can be a game changer. This ...Read more