JavaScript REPL

Опубликовано: 19 Июль 2026
на канале: BytesLovesBits
53
5

In this video we explore the DevTools Console which acts as a fully fledged REPL and JavaScript Interpreter.

We use the console to experiment with the DOM, JavaScript language features and web API's.

We also use the console for debugging our applications and mastery here is essential if we are to better understand JavaScript, the DOM and HTTP.

Enjoy!

00:00 - Introduction
00:55 - Using DevTools as an IDE
02:00 - JavaScript and the DOM
04:41 - What is a REPL?
05:45 - The console as a JavaScript Interpreter
07:18 - Web API's and Asynchronous JavaScript in the console
08:09 - Outro