Just JavaScript

Just JavaScript
Author: Ian Elliot
Publisher: I/O Press
Total Pages: 230
Release: 2018-04-29
Genre:
ISBN: 9781871962574

Download Just JavaScript Book in PDF, Epub and Kindle

Just JavaScript is an attempt to understand JavaScript for what it really is - a very different language that should not be compared to Java or dismissed as simply a scripting language. It looks at the ideas that originally motivated the JavaScript approach and also at the additions over time that have produced modern JavaScript/ECMAScript. It isn't a complete introduction to JavaScript and isn't for the complete beginner to programming. It has been written for those who are familiar with the basic constructs used in any programming language and have already encountered JavaScript. After reading it, you will have an understanding how and why JavaScript is unique and the way in which you can exploit its strengths. After a brief overview of its history, we come to the key idea in JavaScript: it is object-based. Everything in JavaScript is an object and three chapters are used to introduce objects before we meet the Function Object. The many different ways of creating a JavaScript function tends to hide the fact that they are indeed all objects with properties and a lifetime that is different from local variables. This is the reason closure is natural. Having explored JavaScript's unique approach to parameters we are ready to consider how functions become methods. After this factory functions and constructors seem obvious as does the prototype chain. The final three chapters tackle the issues that are usually seen as problems for JavaScript and which are now reconciled within the idiomatic approach.


Just JavaScript
Language: en
Pages: 230
Authors: Ian Elliot
Categories:
Type: BOOK - Published: 2018-04-29 - Publisher: I/O Press

GET EBOOK

Just JavaScript is an attempt to understand JavaScript for what it really is - a very different language that should not be compared to Java or dismissed as sim
JavaScript: The Good Parts
Language: en
Pages: 174
Authors: Douglas Crockford
Categories: Computers
Type: BOOK - Published: 2008-05-08 - Publisher: "O'Reilly Media, Inc."

GET EBOOK

Most programming languages contain good and bad parts, but JavaScript has more than its share of the bad, having been developed and released in a hurry before i
Pro JavaScript Design Patterns
Language: en
Pages: 282
Authors: Dustin Diaz
Categories: Computers
Type: BOOK - Published: 2008-03-11 - Publisher: Apress

GET EBOOK

With Pro JavaScript Design Patterns, you’ll start with the basics of object-oriented programming in JavaScript applicable to design patterns, including making
Head First JavaScript
Language: en
Pages: 650
Authors: Michael Morrison
Categories: Computers
Type: BOOK - Published: 2007-12-20 - Publisher: "O'Reilly Media, Inc."

GET EBOOK

Provides information on scripting Web applications with JavaScript.
Eloquent JavaScript, 3rd Edition
Language: en
Pages: 472
Authors: Marijn Haverbeke
Categories: Computers
Type: BOOK - Published: 2018-12-04 - Publisher: No Starch Press

GET EBOOK

Completely revised and updated, this best-selling introduction to programming in JavaScript focuses on writing real applications. JavaScript lies at the heart o