React/React Basic
[React] Arrow Function
CodeMia
2022. 3. 16. 14:02
기본형 함수가 있다.


이 square 함수를 map 안에 익명함수로 바로 넣어 버릴 수 있다.

에로우 함수 사용

인풋이 하나면서 statement가 한 줄 일 때는 { }와 return도 삭제 가능

Arrow 함수에 대해 더 자세히 알기
https://hacks.mozilla.org/2015/06/es6-in-depth-arrow-functions/
ES6 In Depth: Arrow functions – Mozilla Hacks - the Web developer blog
ES6 In Depth is a series on new features being added to the JavaScript programming language in the 6th Edition of the ECMAScript standard, ES6 for short. Arrows have been ...
hacks.mozilla.org