JavaScript is notorious for being “loose”, something that some developers love but other developers loathe. I hear most of those complaints from server side developers, who want string typing and syntax. While I like strict coding standards, I also like... (more…)
Read more »
He was pointing to the JS logo on the image above.
So I thought for a second, and then Eureka!
Thank you god for making JavaScript misbehave, while not fulfilling people’s expectations (you know…...
Read more »
dot-dom - .dom is a tiny (510 byte) template engine that uses virtual DOM and some of react principles...
Read more »
There are several ways to generate output in JavaScript. Each and every scenario depends on our need. These are_... (more…)
Read more »
One of the JavaScript concepts that most learners skip when studying the language is how JavaScript runs code on a single thread, and how it handles asynchronous tasks. By understanding the Call Stack and Event Loop, you'll learn how tasks are handle... (more…)
Read more »