Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 261 Bytes

fucntional.md

File metadata and controls

22 lines (11 loc) · 261 Bytes

Functional Programming in Javascript

what is it?

  • Programming paradiam
  • A coding style
  • A Sexy trend

프로그래밍의 전부를 함수로 하는 것이다.

  • input/output

중요 개념

  • Pure function without side effect
  • 고차함수