EExcel 丞燕快速查詢2

EExcel 丞燕快速查詢2
EExcel 丞燕快速查詢2 https://sandk.ffbizs.com/

javascript How does the double exclamation (!!) work in javascript?


https://stackoverflow.com/questions/29312123/how-does-the-double-exclamation-work-in-javascript

 value   !value !!value
 false truefalse 
 truefalse  true
 nulltrue false 
 undefinedtrue false 
 0true false 
 -0true false 
 1falsetrue 
 -5false true 
 NaNtrue false 
 ''true false 
 'hello'true false