#javascript
Read more stories on Hashnode
Articles with this tag
Sockets can only transmit binary (text.) Imagine we have this data const message = {id: '123', name: 'Reilly', message: 'Hey'} Here's the problem: we...
What's a closure? Closures are like a backpack for functions. The backpack holds all of the values the function needs from its original environment,...
tldr; it's not complicated at all 🤫 · Don't let lingo like SSR/ CSR confuse you -- there's really just two major ways to serve HTML over an HTTP server...