forked from Nat47/javascript101
-
Notifications
You must be signed in to change notification settings - Fork 10
Glossary
Dave Thomson edited this page May 13, 2017
·
22 revisions
- Fundamentals
- Acronyms
- Frameworks
- Tools
Term | Definition | Description | Categories | Resources |
---|---|---|---|---|
Array | The JavaScript Array object is a global object that is used in the construction of arrays; which are high-level, list-like objects. | Javascript has many array methods that are useful. map, filter and reduce are frequently used in functional programming. | Fundamentals | - JavaScript’s Map, Reduce, and Filter - Array methods |
Term | Definition |
---|---|
AJAX | |
API | |
Anonymous Function | |
Array | |
Argument | |
Asynchronous | |
Callback | |
Closure | |
Command Line | |
Console | |
Constant | |
CSS | |
Currying | |
Dev Tools | |
Declarative Programming | |
DOM | |
ES6 | |
Event | |
Framework | |
Function | |
Functional Programming | |
Git | |
Higher Order Function | |
Immutable | |
Imperative Programming | |
JSON | |
Hoisting | |
Module | |
Method | |
Middleware | |
Mutable | |
Nan | |
Node | |
Npm | |
Number | |
Null | |
Object | |
Object Literal | |
OOP | |
Operator | |
Parameter | |
Primitive | |
Property | |
Promise | |
Pure Function | |
React | |
Redux | |
Script | |
Scope | |
Source Control | |
State | |
String | |
this | |
Undefined | |
Variable | |
Vanilla | |
Virtual DOM | |
WebGL | |
WebVR |