Produktbild: The Little Book on Coffeescript

The Little Book on Coffeescript The JavaScript Developer's Guide to Building Better Web Apps

11,99 €

inkl. gesetzl. MwSt., Versandkostenfrei


Produktdetails

Einband

Taschenbuch

Erscheinungsdatum

28.02.2012

Verlag

O'Reilly Media

Seitenzahl

58

Maße (L/B/H)

23,2/17,7/0,6 cm

Gewicht

123 g

Sprache

Englisch

ISBN

978-1-4493-2105-5

Produktdetails

Einband

Taschenbuch

Erscheinungsdatum

28.02.2012

Verlag

O'Reilly Media

Seitenzahl

58

Maße (L/B/H)

23,2/17,7/0,6 cm

Gewicht

123 g

Sprache

Englisch

ISBN

978-1-4493-2105-5

Herstelleradresse

Libri GmbH
Europaallee 1
36244 Bad Hersfeld
DE

Email: gpsr@libri.de

Noch keine Bewertungen vorhanden

Verfassen Sie die erste Bewertung zu diesem Artikel

Helfen Sie anderen Kundinnen und Kunden durch Ihre Meinung.

Kundinnen und Kunden meinen

Bewertungen (0)

Die Leseprobe wird geladen.
  • Produktbild: The Little Book on Coffeescript
  • Preface;
    What Is CoffeeScript?;
    Initial Setup;
    Conventions Used in This Book;
    Using Code Examples;
    Safari® Books Online;
    How to Contact Us;
    Chapter 1: CoffeeScript Syntax;
    1.1 Variables and Scope;
    1.2 Functions;
    1.3 Object Literals and Array Definition;
    1.4 Flow Control;
    1.5 String Interpolation;
    1.6 Loops and Comprehensions;
    1.7 Arrays;
    1.8 Aliases and the Existential Operator;
    Chapter 2: CoffeeScript Classes;
    2.1 Instance Properties;
    2.2 Static Properties;
    2.3 Inheritance and Super;
    2.4 Mixins;
    2.5 Extending Classes;
    Chapter 3: CoffeeScript Idioms;
    3.1 Each;
    3.2 Map;
    3.3 Select;
    3.4 Includes;
    3.5 Property Iteration;
    3.6 Min/Max;
    3.7 Multiple Arguments;
    3.8 And/Or;
    3.9 Destructuring Assignments;
    3.10 External Libraries;
    3.11 Private Variables;
    Chapter 4: Compiling CoffeeScript;
    4.1 Cake;
    4.2 Creating Applications;
    Chapter 5: The Good Parts;
    5.1 The Unfixed parts;
    5.2 The Fixed Parts;
    5.3 JavaScript Lint;
    Chapter 6: The Little Conclusion;
    6.1 Philosophy;
    6.2 It's Just JavaScript;
    6.3 Build Your Own JavaScript;