CoffeeScript Study Notes

This is my study note after reading CoffeeScript: Accelerated JavaScript Development. Only the most important points that I’m not familiar with are recorded, with some minor changes in the order. Functions, scope, and context function definination: ->...

November 17, 2014

CoffeeScript's Magic of Blanks

The Problem CoffeeScript greatly simplified Javascript’s syntax, omitting braces, parentheses, semi-colons, and a great deal of commas. This often generates terser code. But, there are totally opposite perspectives regarding readability: some people belive CoffeeScript cdoe is more readable,...

November 14, 2014

CoffeScript Quick On

This is a note from the lucid tutorial Essence of CoffeeScript to get a quick glance of CoffeeScript. The headings and examples are taken from there, but I added some thing I think worth mentioning. Key Fundamentals

November 13, 2014

When CoffeeScript Meets JQuery

This is a note from Stefan Buhrmester’s blog “How CoffeeScript makes jQuery more fun than ever” which offers an interesting guide through the beauty of both CoffeeScript and JQuery. While the outline of the content and most of the...

November 13, 2014