https://github.com/krondorl/js-memory-lessons
Learning notes on JS memory
https://github.com/krondorl/js-memory-lessons
browser javascript learning memory
Last synced: 2 months ago
JSON representation
Learning notes on JS memory
- Host: GitHub
- URL: https://github.com/krondorl/js-memory-lessons
- Owner: krondorl
- License: other
- Created: 2025-03-26T21:20:16.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-27T08:00:50.000Z (2 months ago)
- Last Synced: 2025-03-27T09:22:19.733Z (2 months ago)
- Topics: browser, javascript, learning, memory
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-CC
Awesome Lists containing this project
README
# JS Memory Lessons
These are learning notes on JavaScript memory.
- [Record heap snapshots | Chrome DevTools](https://developer.chrome.com/docs/devtools/memory-problems/heap-snapshots)
- [Mastering JavaScript Memory: A Beginner’s Guide to Stack and Heap](https://dev.to/chintanonweb/mastering-javascript-memory-a-beginners-guide-to-stack-and-heap-57nj)## Licenses
- [The documentation is licensed under CC.](LICENSE-CC)
- [The source code is licensed under MIT.](LICENSE-MIT)## History
I started the repo on 26th March, 2025.