mirror of
https://github.com/wangdoc/javascript-tutorial.git
synced 2025-12-30 18:02:36 +08:00
@@ -56,6 +56,7 @@ Boolean(/foo/) // true
|
||||
!!0 // false
|
||||
!!'' // false
|
||||
!!NaN // false
|
||||
|
||||
!!1 // true
|
||||
!!'false' // true
|
||||
!![] // true
|
||||
|
||||
Reference in New Issue
Block a user