How JavaScript Happened – Mark Rendle

NDC Oslo 2023 LocknoteJavaScript was famously created in 10 days as a proof-of-concept for Netscape Navigator 2.0. Today it is one of the most-used languages… Read more

Similar

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... (more…)

Read more »