Skip to content

amirho1/JavaScript-Runtime-Environment

Repository files navigation

Javascript Runtime visualization

This is a fun project that I did to learn behind the scene of javascript and it's limited if you run it, it will parse and iterate the code and show you step by step what will happen when you call async, and sync functions

Clone it

git clone https://github.com/amirho1/JavaScript-Runtime-Environment.git

Install and Run

bun install

Run

bun dev

open your http://localhost:3000 you will see the project

this runtime only handles async await, function, and setTimeout it was written for educational purpose