PProtokol
← all paths

JavaScript Developer

Deep JavaScript and TypeScript mastery for the modern web.

5 courses8 projects56 lessons~51h

Skills you'll build

Computational ThinkingVariablesConditionalsLoopsFunctionsProblem SolvingDebugging

Your progress

0/56 lessons · 0%

Next step

Programming Foundations

start path

Courses in this path

  1. 01

    Programming Foundations

    Think like a programmer: values, logic, loops, functions and problem solving in JavaScript.

    ~14h17 lessons3 projectsbeginner

    start
  2. 02

    Debugging Academy

    Diagnose and fix syntax, logic, runtime, API and UI bugs like a professional.

    ~10h10 lessons2 projectsintermediate

    start
  3. 03

    The DOM & Browser Events

    Learn to read and change a live web page with JavaScript: select elements, update content, create and remove nodes, and respond to user actions with events.

    ~8h9 lessons1 projectbeginner

    Finish Programming Foundations first.

    locked
  4. 04

    JavaScript Deep Dive

    Go beyond the basics: master how JavaScript really works under the hood, from coercion and closures to classes, modules, and modern 2026 syntax.

    ~10h11 lessons1 projectintermediate

    Finish Programming Foundations first.

    locked
  5. 05

    Async JavaScript & APIs

    Understand the event loop, master callbacks/promises/async-await, and learn to talk to real HTTP APIs with fetch.

    ~9h9 lessons1 projectintermediate

    Finish Programming Foundations first.

    locked

Projects you'll complete

  • Bug Triage Lab

    Diagnose and repair five broken functions, one bug type at a time.

  • Build an API Client Layer

    Design a small but real API client layer: build request URLs safely, normalise messy API responses into clean shapes, classify errors usefully, and generate stable cache keys.

  • Interactive To-Do & Filter Widget

    Build a small interactive to-do list widget: add items, mark them done, and filter which ones are visible — all with vanilla DOM APIs and event listeners.

  • Score Tracker

    Turn variables and types into a working score tracker used by a small games night app.

  • Data Transformation Toolkit

    Build a small library of pure functions that group, summarise, sort, and validate arrays of records -- the exact kind of utility code real apps use to shape data for dashboards, reports, and forms.

  • Number Guessing Engine

    Build the logic engine behind a guessing game using conditions and loops.

  • Ship the Analytics Bug-Fix Release

    Diagnose and fix a batch of realistic bugs in a small analytics utility library, then defend each fix with a written root-cause note.

  • Study Coach

    Final project: a study coach that summarises practice sessions and reports back in plain English.