Learn JavaScript on the Now Platform: Lesson 14 - Truthy/falsy

preview_player
Показать описание
"Lesson 14 takes a look at what makes boolean, integer, and even string variables true or false in an condition.

Рекомендации по теме
Комментарии
Автор

Hi Chuck, it might have been useful to show the example of an empty string, i.e. var stringEmpty = '';, as that is different to a Null. Albeit also being evaluated to false. :)

mrralphman
Автор

Chuck chuckles when he said "choose to choose" instead of "choose to check" 3:35

SoorajSinghBaghel