이전 항목

13. Conclusion

다음 항목

1. Reeborg compte

현재 문서

주의사항

해당 문서는 중요 변경 작업 중에 있습니다. 일부 문서에 텍스트가 빠져있거나, 불어로 플레이스홀더(placeholder) 자리차지만 되어 있을 수 있습니다.

Higher-Order Functions

A higher-order function is a function that does at least one of the following:

  • takes one or more functions as arguments;
  • returns a function as its result.

More to come...

Note: this section will include decorators