An open API service indexing awesome lists of open source software.

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

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.