Madly in love to this book! It’s awesome to know how much you can build with how little. I have ranted about Node.js earlier and did some comparisons too. It’s fast, really fast. And it’s plain old Javascript we have been using for last many-many years now. I thought I would build a real world application with it to see how much it stands the water. Earlier I thought to make a something on top of Riak, but that felt like running too fast. Instead I picked up something simpler to deal only with Node.js. Now, I think it would make sense to brush up on some Javascript fundaments.
Javascript objects
Yes. Javascript is an object oriented language. But it’s different from your traditional classical OO languages like Java and Ruby.- One obvious difference is in syntax, and the other major one is that
- Other languages have methods while Javascript has first-class functions.