المعرفة:: JavaScript الحالة::مؤرشفة المراجع:: The Complete JavaScript Course 2022 From Zero to Expert
- Introduced in ES2020.
- It works with the concept of nullish values (
null
/undefined
) instead of fasly values. - Values of
0
,''
, orfalse
are NOT nullish values, but they are falsy.