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

6 lines
50 B
JavaScript

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