July 2011
2 posts
JavaScript:
undefined = 10;
typeof undefined; // 'number'
undefined === 10 // true
Regex:
[ \t]+$
Replace with “” to remove trailing whitespace from a file.