Web Log
Google+ Hangout Hackathon
Last night, I was invited to a Google+ Hangout to participate in a Chrome extension hackathon. I was not able to participate much due to some technical issues. It is...
Array Cheat Sheet
Note, all methods that are marked with an exclamation mark (!) will mutate their object. All italicized parameters are optional. Static Methods isArray(obj) var a = [[],[1],2,"3"];a.map(Array.isArray); //-> [true,true,false,false] Instance Properties constructor length Instance Methods concat(args,) [1,2].concat(3,4); //->...
Computer Languages I Like
ES5 go Haskell Python
Languages I Speak
English Mandarin Farsi Spanish Latin Esperanto
Another Categories Test
Testing 1, 2, 3.
Testing Categories
This is a test of the github blog categories feature.