Monthly Archives: June 2009

isNullOrEmpty

Coding a lot in JavaScript i often have to check if an object is undefined, null or at least an empty string. So it would be great to have a method like in C# string.isNullOrEmpty() This is my solution for … Continue reading

Posted in javascript | Leave a comment