JavaScript Logical Operators

Logical operators are important in JavaScript applications. We constantly need to compare variables and do something based on that comparison. If some comparison is true, take path A; if it’s false, take path B. If we don’t understand the order of precede… Read more

Similar

JavaScript Blocking

For the last year or so I have been running with JavaScript mostly turned off, and what I have learned is this: Almost nothing works. 95% of the web just shows you a blank page. Most sites start working again if you allow one or two JavaScript URLs to loa... (more…)

Read more »

Stop Pushing JavaScript

I'm gonna say it straight out: Frontend developers are breaking the Internet! They have been stricken with some kind of mass psychosis in which even the least amount of independent thinking has become so hard that you think you're dealing with a zombie. I... (more…)

Read more »