We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c01cb6f commit 5377400Copy full SHA for 5377400
part1 (Basics)/03_truthy&falsy.js
@@ -1,8 +1,8 @@
1
/* INFO: What are Truthy and Falsy Values?
2
In JavaScript, every value is either "truthy" or "falsy" when evaluated in a Boolean context (like inside an if condition).
3
4
-- Falsy values** are those that are considered false when converted to a Boolean.
5
-- Truthy values** are all other values that are considered true.
+- Falsy values are those that are considered false when converted to a Boolean.
+- Truthy values are all other values that are considered true.
6
*/
7
8
/*
0 commit comments