일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Android
- DevOps
- GitLab
- Swift
- npm install
- Docker
- currying
- Xcode
- xtring.log
- commit
- github
- REACT
- git
- React Native
- rn
- ReactNative
- npm
- Branch
- shortcut
- styled-components
- react-native
- viewcontroller
- HTML
- nextJS
- styling
- vscode
- js
- ES6
- JavaScript
- ios
Archives
- Today
- Total
목록functional programming (1)
xtring.dev
[JS] (번역)JavaScript Currying 이해하기⛓
🕺 원문 https://blog.logrocket.com/understanding-javascript-currying/ Understanding JavaScript currying - LogRocket Blog Learn what currying is in Javascript, why and where you should use currying, and how to implement it with code examples blog.logrocket.com Currying은 람다 계산법 컨셉이지만 걱정할 필요없습니다.(간단합니다!) Currying은 한번에 하나의 인자(argument)를 가지고 다음 인자를 함께 새로운 함수에 반환하는 함수입니다. 함수를 f(a, b, c)로 호출할 수 있는 함수에서 f(..
Front-End/JavaScript
2022. 7. 22. 18:14