250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- evm
- concept
- Redux
- typeScript
- CSS
- bitcoin
- built in object
- middleware
- solidity
- 삶
- useState
- JavaScript
- graphQL
- Props
- Interface
- node.js
- express.js
- CLASS
- hardhat
- SSR
- nextJS
- error
- web
- Ethereum
- REACT
- blockchain
- tailwindcss
- API
- HTML
- 기준
Archives
- Today
- Total
목록NULL (1)
ReasonJun

Memory stack : function/order of execution heap: where objects are stored Data type javascript Primitive - immutable : Boolean, String, Number, null, undefined, Symbol Reference - mutable : Object, Array Basically, javascript uses call stack memory space to store references and values for primitive types, but uses a separate memory space called Heap for reference types. In this case, the call st..
Frontend/Javasciprt
2023. 6. 6. 13:18