-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathECMAScript.json
More file actions
15 lines (15 loc) · 772 Bytes
/
ECMAScript.json
File metadata and controls
15 lines (15 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"title": "ECMAScript",
"subtext": "The standardized scripting language behind JavaScript",
"categories": ["JavaScript", "Other"],
"author": "KrishDave",
"description": {
"title": "ECMAScript",
"texts": [
"ECMAScript is a scripting language specification that serves as the foundation for JavaScript, standardizing the behavior of the language across platforms.",
"New ECMAScript versions introduce features that drive modern JavaScript development, such as ES6 (ECMAScript 2015), which added key functionalities like classes, modules, and arrow functions."
],
"image": "https://raw.githubusercontent.com/nitayneeman/ecmascript-examples/refs/heads/main/logo.png",
"references": ["https://en.wikipedia.org/wiki/ECMAScript"]
}
}