[TIL] 0726
IT/TIL(Today I Learnt)2022. 7. 27. 08:47
Today I Learnt
Javascript :
Function :
Object:
Callback ,
promise ,
async/await
callstack,
event loop,
실행컨텍스트(this)
prototype: Biggest differenct with Java(class based) , javascript(prototype based)
map, filter ,reduce,
jest :
Jest if you want to choose the test
you can use fit to skip other test or
npm install --save-dev jest-watch-typeahead
package.json:
"jest": {
"watchPlugins": [
"jest-watch-typeahead/filename",
"jest-watch-typeahead/testname"
]
},
using jest-watch-typehead :
you can select the test by the name / filename
React :
반응형
'IT > TIL(Today I Learnt)' 카테고리의 다른 글
[TIL] 0728 (0) | 2022.07.28 |
---|---|
[TIL] 0727 (0) | 2022.07.28 |
[TIL] 0725 Interview Prep (0) | 2022.07.25 |
[TIL] 0722 (0) | 2022.07.25 |
[TIL] Interview Prep (0) | 2022.07.20 |
댓글()