Typescript : functions
2021-06-28 05:05

Typescript : functions

함수를 정의하는 방법
Function type expression
함수를 정의하는 가장 간단한 방법
화살표 함수와 유사하다.
첫번째 greeter 함수는 string type의 a라는 하나의 parameter를 가지면서 retu...

댓글