Tag Archives: javascript

Javascript Books

Sometimes I think of programming a bit like playing music, where the languages are the instruments. C/C++ is like violin or trumpet. You need a basic level of skill and knowledge in those instruments to make any music at all. If I just picked up a trumpet (even as someone who knows another instrument) I [...]

Doug Crockford is Smarter than You

Douglas Crockford explains some terrifying facts about the javascript Number datatype. At the same time he demonstrates a cool partial reduce function.