/ Published in: JavaScript
Expand |
Embed | Plain Text
function isEmpty(str) { return ((str == null) || (str.length == 0)); }
You need to login to post a comment.
function isEmpty(str) { return ((str == null) || (str.length == 0)); }
You need to login to post a comment.