What you'll learn:
- These tutorials will help you learn the basic functions of CoffeeScript which will help you build dynamic webpages and web applications.
- Learn Web Applications development with CoffeeScript
CoffeeScript 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. These tutorials will help you learn the basic functions of CoffeeScript which will help you build dynamic webpages and web applications.
We will be learning the followings in this course:
Overview
Environment
command-line utility
Syntax
Data Types
Variables
Operators and Aliases
Conditionals
Loops
Comprehensions
Functions
Object Oriented
Strings
Arrays
Objects
Ranges
Splat
Date
Math
Exception Handling
Regular Expressions
Classes and Inheritance
Advanced
Ajax
jQuery
MongoDB
SQLite