Aller au contenu

JavaScript Learning Path

Ce contenu n’est pas encore disponible dans votre langue.

Welcome to the JavaScript learning path! This series of tutorials demonstrates how the educational tag schema works with difficulty levels and prerequisites.

Each topic builds on the previous one, with clear difficulty levels and prerequisites:

TopicDifficultyPrerequisites
BasicsBeginnerNone
VariablesBeginnerBasics
FunctionsBeginnerVariables
ArraysIntermediateFunctions
ObjectsIntermediateArrays
Async JSAdvancedFunctions

Use the filter below to find content matching your skill level:

Showing 6 of 6 tags

The PrerequisiteChain component shows what you need to learn before tackling advanced topics:

This learning path uses the extended tag schema with educational fields:

# In tags.yml
js-functions:
label: "Functions"
difficulty: beginner # Educational field
contentType: tutorial # Educational field
prerequisites: ["js-variables"] # Educational field

See the Extended Schema Demo for implementation details.