Js uses if to determine why an empty object is true?

Why would an empty object that is not true, enter the if judgment?

Mar.20,2021

null, undefined, NaN, + 0,-0, ". These six Boolean types are converted to false, and the rest are true


if (a)
equivalent to
if ((Boolean) a)


=. You should use


  equality judgment in JavaScript  

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3731e-2c07a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3731e-2c07a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?