Skip to content

amirho1/JavaScript-Runtime-Environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Amirhossein Salighedar
Feb 10, 2025
1c6f717 · Feb 10, 2025

History

69 Commits
Feb 6, 2025
Feb 10, 2025
Feb 6, 2025
Feb 9, 2025
Jan 14, 2025
Feb 9, 2025
Feb 10, 2025
Feb 10, 2025
Feb 6, 2025
Feb 10, 2025
Feb 10, 2025
Jan 30, 2025

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