development, javascript, coffeescriptOctober 17, 2014By adminCOFFEESCRIPT INTRODUCTIONCoffeeScript is a language that makes JavaScript easier to write and read. It simplifies JavaScript, making it readable and understandable, as well easier to maintain. CoffeeScript compiles into JavaScript
development, javascript, jquery, coffeescriptJanuary 29, 2015By adminCOFFEESCRIPT – JQUERYWriting jQuery in CoffeeScript, further simplifies the syntax. The jQuery(function($)) can be written as jQuery($) -> or simply $ ->.