Skip to main content

Posts

Showing posts with the label advantages of CoffeeScript

CoffeeScript Interview Questions and Answers

What Is CoffeeScript? CoffeeScript is a very simple, small programming language that compiles into JavaScript . The main purpose of CoffeeScript is – ü   Write simple and better code ü   More relevant syntax and ü   Avoiding the irregular nature of JavaScript code CoffeeScript is an attempt to expose the good parts of JavaScript in a simple way. CoffeeScript was designed and developed by Jeremy Ashkenas in Dec, 2009. Jeremy Ashkenas was inspired by Python , Ruby and Haskell and it adopted syntax and coding styles from them which makes it very useful and unique. 1.       Filename extensions- coffee, .litcoffee 2.       First appeared- Dec 13, 2009 3.       Stable release- 2.0.0 / Sep 18, 2017 4.       Designed by- Jeremy Ashkenas 5.       Influenced by- Haskell, JavaScript, Perl, Python, Ruby, YAML 6.  ...