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