Merge pull request #29 from Latube/patch-1

format the code
This commit is contained in:
Ruan YiFeng
2018-08-20 21:20:43 +08:00
committed by GitHub

View File

@@ -56,6 +56,7 @@ Boolean(/foo/) // true
!!0 // false
!!'' // false
!!NaN // false
!!1 // true
!!'false' // true
!![] // true