What it can’t do? Well, I was talking about jQuery. It is a tremendous library. CSS wasn’t able to create complex animations at some point, and then jQuery appeared to help it out. jQuery created a wrapper method, called animate(). It can apply custom ani… Read more
Similar
Hide a malicious JavaScript library in a PNG image and tweet it, then include it in a vulnerable website by exploiting a XSS bypassing its Content-Security-Policy (CSP). (more…)
Read more »
◾ `var` is now the weakest signal available when you define a variable in JavaScript. The variable may or may not be reassigned, and the variable may or may not be used for an entire function. ◾ I… (more…)
Read more »
As a developer, we always look for ways to make our code faster and better. But before that, writin... (more…)
Read more »
Learning more about JavaScript Array methods will help you write clean, idiomatic code. Let's look at four essential Array methods and how to use them. (more…)
Read more »
What is Common JS? What are ES Modules? How are they different, and more important - WHY are they different?JavaScript's latest module system is a complete m... (more…)
Read more »