Stay organized with collections
Save and categorize content based on your preferences.
check_circle
Welcome to Learn JavaScript!
subject
Article
An in-depth course on the basics of JavaScript.
check_circle
Introduction to JavaScript
subject
Article
A brief history of JavaScript and an overview of its basic rules.
check_circle
Data types and structures
subject
Article
The basic "primitive" data types of JavaScript.
check_circle
Numbers
subject
Article
Learn how to use JavaScript's number data type.
check_circle
Strings
subject
Article
Learn how to use JavaScript's string data type.
check_circle
Booleans
subject
Article
Learn how to use JavaScript's boolean data type.
check_circle
Null and undefined values
subject
Article
Learn how to use JavaScript's null and undefined data types.
check_circle
BigInt
subject
Article
Learn how to use JavaScript's BigInt data type.
check_circle
Symbols
subject
Article
Learn how to use JavaScript's symbol data type.
check_circle
Variables
subject
Article
Learn how to use JavaScript variables.
check_circle
Comparison operators
subject
Article
Learn how to use comparison operators.
check_circle
Control flow
subject
Article
Learn about JavaScript's control flow.
check_circle
Introduction to functions
subject
Article
An introduction to JavaScript functions.
check_circle
Function expressions
subject
Article
An introduction to JavaScript function expressions.
check_circle
The "new" keyword
subject
Article
Call functions using the `new` keyword to create objects.
check_circle
The "return" keyword
subject
Article
Use the `return` keyword to get more out of your functions.
check_circle
The "this" keyword
subject
Article
Use the `this` keyword to work with the context your function executes in.
check_circle
Introduction to objects
subject
Article
Introduction to JavaScript objects.
check_circle
Property accessors
subject
Article
Learn how to set, alter, and access the properties of an object.
check_circle
Prototypal inheritance
subject
Article
JavaScript objects and prototypal inheritance.
check_circle
Property descriptors
subject
Article
Use property descriptors to configure your JavaScript objects.
check_circle
Indexed collections
subject
Article
Learn how to use indexed collections such as arrays.
check_circle
Keyed collections
subject
Article
Learn how to use keyed collections such as maps and sets.
check_circle
Introduction to classes
subject
Article
Learn how to use classes in JavaScript.
check_circle
Extend classes
subject
Article
The `extends` keyword lets you create subclasses of existing classes.
check_circle
Class fields and methods
subject
Article
Use class fields and methods to add properties to your classes.
check_circle
Static initialization blocks
subject
Article
Use static initialization blocks to set or alter static fields.
check_circle
Appendix
subject
Article
Optional
Additional information that might be helpful on your JavaScript journey.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
{}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],[],[],[]]