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 | 31 |
Tags
- Ethereum
- node.js
- bitcoin
- concept
- SSR
- REACT
- 기준
- API
- blockchain
- hardhat
- Interface
- evm
- CLASS
- web
- express.js
- tailwindcss
- typeScript
- nextJS
- built in object
- Props
- HTML
- solidity
- JavaScript
- graphQL
- 삶
- middleware
- error
- useState
- CSS
- Redux
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