Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

JavaScript Quick Syntax Reference

Posted By: Grev27
JavaScript Quick Syntax Reference

Mikael Olsson, "JavaScript Quick Syntax Reference"
English | ISBN: 1430264934 | 2015 | EPUB, PDF | 92 pages | 1,6 MB

JavaScript Quick Syntax Reference is a condensed syntax reference to the JavaScript language. It presents the essentials of JavaScript in a well-organized format that can be used as a handy reference. This includes the latest ECMAScript 5, JSON (JavaScript Object Notation) and DOM (Document Object Model) specifications and implementations.

You won’t find any technical jargon, bloated samples, drawn out history lessons or witty stories in this book. What you will find is a JavaScript reference that is concise, to the point and highly accessible. The book is packed with useful information and is a must-have for any JavaScript programmer or Web developer.

In JavaScript Quick Syntax Reference, you will find a concise reference to JavaScript programming language syntax; has short, simple and focused code examples; and includes a well laid out table of contents and a comprehensive index allowing easy review.

What you’ll learn
What is the lexical structure of the latest JavaScript and ECMAScript 5
What are types, values, variables, expressions, operators and statements
How to use objects, arrays, functions, classes, and regular expressions
What are DOM and JSON and how to use them
How to effectively implement both client-side and server-side JavaScript code
Who this book is for
This book is a handy, pocket quick scripting syntax reference for those experienced in JavaScript as well as programmers, web developers, tinkerers and people new to JavaScript.

Table of Contents

1 Using JavaScript
2 Variables
3 Operators
4 Arrays
5 Strings
6 Conditionals
7 Loops
8 Functions
9 Closures
10 Objects
11 Events
12 DOM
13 Cookies
14 Error handling