CoffeeScript Tutorial
- CoffeeScript TutorialCoffeeScript is a light weight language which transcompiles into JavaScript. It provides better syntax avoiding the quirky parts of JavaScript, still retaining the flexibility and beauty of the language.
- CoffeeScript - Quick GuideAt present, JavaScript is the fastest mainstream dynamic language available, and it is known as the lingua franca of the web. It is developed by Brendan Eich in the year of 1995 in 10 days.
- CoffeeScript - RangesIn the previous chapter, we have seen Arrays in CoffeeScript, while programming we will face some scenarios where we have to store a sequence of numerical values in an array as shown below.
- CoffeeScript - StringsThe String object lets you work with a series of characters. As in most of the programming languages, the Strings in CoffeeScript are declared using quotes as ?
- CoffeeScript - Operators and AliasesAn operator is a symbol that tells the compiler to perform specific mathematical or logical functions. Let us take a simple expression 4 + 5 is equal to 9. Here 4 and 5 are called operands and + is called the operator.
- CoffeeScript - MongoDBMongoDB is a cross-platform, document oriented database that provides, high performance, high availability, and easy scalability. MongoDB works on concept of collection and document. For more information read our MongoDB Tutorial.
Page 1 / 7Next