DHara
Wednesday, 15 April 2015
javascript - Why should I use string.length == 0 over string == "" when checking for empty string in ECMAScript? -
Most developers on my current project use the strange method (me) to check the empty strings in ECMAScript: