Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find a reference sheet with ECMAScript 5 functions?

Where can I find a 1-2 page reference sheet of all of ECMAScript 5's data-types and functions?

e.g. Syntax and short explanation for: Array.prototype.forEach, Date.now, and so on.

like image 351
Lior Grossman Avatar asked Dec 28 '11 17:12

Lior Grossman


People also ask

What is ECMA 5?

1. ECMA script is a trademarked scripting language specification defined by Ecma international. The fifth edition of the same is known as ES5. ECMA script is a trademarked scripting language specification defined by Ecma international. The sixth edition of the same is known as ES6.

What are ES5 features?

ES5 Features"use strict" String[number] access. Multiline strings. String.trim() Array.isArray()

What is the difference between ECMAScript and JavaScript?

JavaScript is a general-purpose scripting language that conforms to the ECMAScript specification. The ECMAScript specification is a blueprint for creating a scripting language. JavaScript is an implementation of that blueprint. On the whole, JavaScript implements the ECMAScript specification as described in ECMA-262.

What does ECMAScript stand for?

ECMAScript (European Computer Manufacturers Association Script) is a scripting language based on JavaScript. Invented by Brendan Eich at Netscape, ECMAScript made its first appearance in the Navigator 2.0 browser.


1 Answers

This site handles not only javascript but also HTML, CSS, jQuery and more.

like image 134
DOK Avatar answered Oct 20 '22 15:10

DOK