RosettaCodeData/Task/Empty-string/JavaScript/empty-string-2.js

5 lines
37 B
JavaScript

s == ""
s.length == 0
!s
!Boolean(s)