Posts

Showing posts with the label JavaScript

Enums in Javascript

Found this tiny library that implements Enums in JavaScript: https://github.com/rauschma/enumify npm install enumify

JS quote!

The JavaScript continue statement: The continue statement jumps to the top of the loop. I have never seen a piece of code that was not improved by refactoring it to remove the continue statement. #javascript:thegoodparts So true!

Object.observe!

In this weeks weeklyjavascript, there is an article about object.observe. I did a sample test using Chrome Canary to try it. Result: Pretty cool -> Respond-to-change-with-Object-observe

Misunderstood concepts in JS.

Interesting article on misunderstood concepts in JS

Intro to Node.js

I am following this first tutorial in my free time to learn about Node.

Silicon Valley Code Camp

I am currently at my first Silicon Valley code camp in Los Altos. A cool talk from Douglas Crockford on ES5 ! More to come :)