Ir al contenido

JavaScript Learning Path

Esta página aún no está disponible en tu idioma.

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:

Topic Difficulty Prerequisites
Basics Beginner None
Variables Beginner Basics
Functions Beginner Variables
Arrays Intermediate Functions
Objects Intermediate Arrays
Async JS Advanced Functions

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.