Today I Learned - Rocky Kev

Tagged “global”

  1. TIL the stack and heap

    The stack is a data structure that JavaScript uses to store static data. The Heap is Dynamic memory allocation, storing objects and functions. Garbage Collection.

See all tags.