Useful JavaScript Snippets You can understand in 30 seconds

JavaScript is one of the most popular languages you can learn. In this post, you’ll see a list of 127 beneficial JavaScript snippets that you can learn and use immediately. Read more

Similar

JavaScript Visualized: Prototypal Inheritance

Ever wondered why we can use built-in methods such as .length, .split(), .join() on our strings, arrays, or objects? We never explicitly specified them, where do they come from? Now don't say "It's JavaScript lol no one knows, it's magic πŸ§šπŸ»β€β™‚οΈ", it's actu... (more…)

Read more »

Live server push without JavaScript

So in my post Is this evil? I covered a way of tracking users with CSS. While thinking about those weird ways of using the web I also started thinking about pushing live data to clients without JS. Or at least maintaining a connection. So... (more…)

Read more »