Tag: Truthy and falsy values

Recent Post

How to exit a JavaScript function

A JavaScript function can be exited by using the 'return' keyword or throwing an error.

Truthy and falsy values in JavaScript

There are seven values in JavaScript that convert to Boolean false in a logical statement