CoffeeScript

Go to class
Write Review

Free Online Course: CoffeeScript provided by Exercism is a comprehensive online course. The course is taught in English and is free of charge.

Overview
  • CoffeeScript is a language which transpiles into JavaScript, used for making dynamic websites (both in the web browser, and on the server). The transpiler is used to transform CoffeeScript code into JavaScript before running, to keep compability and the same performance of JavaScript while providing many new features!

Syllabus
    • Hello World
    • Queen Attack
    • Anagram
    • Beer Song
    • Binary
    • Luhn
    • Nucleotide Count
    • Palindrome Products
    • Pascals Triangle
    • Triangle
    • Accumulate
    • Clock
    • Hexadecimal
    • Linked List
    • Trinary
    • Word Count
    • Nth Prime
    • Wordy
    • Atbash Cipher
    • Binary Search Tree
    • Bob