JavaScript Quirks That Will Make You Say “Wait, What?”
Strange-looking JavaScript behaviors explained with simple examples and the rules behind them.
Sep 8, 20267 min read

Search for a command to run...
Articles tagged with #javascript
Strange-looking JavaScript behaviors explained with simple examples and the rules behind them.

Understand the JavaScript concepts that seem simple until they behave unexpectedly.

Learn the right way to use if...else, ternary, switch, &&, and ||.

A beginner-friendly guide to template literals, truthy and falsy values, type conversion, and implicit coercion.

The evolution of JavaScript from a browser script to a global language.
