1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-28 11:39:52 +02:00

Fix Heap Typo (#4851)

This commit is contained in:
Sepehr Safari
2023-12-13 02:56:19 +03:30
committed by GitHub
parent 4eb145dff4
commit 3c0545e54f

View File

@@ -1,4 +1,4 @@
The Head and Stack in JavaScript Engine are two different data structures that store data in different ways.
The Heap and Stack in JavaScript Engine are two different data structures that store data in different ways.
## Stack