can be stored in variables and data structures
변수나 상수에 할당해 저장할 수 있어야 한다.
can be passed as a parameter to a function
파라미터로 전달할 수 있어야 한다.
can be returned as the result of a function
함수에서 결과로 return할 수 있어야 한다.
주로 함수형 프로그래밍에서 쓰인다고 한다. 나중에 함수형 프로그래밍을 공부하면서 자세히 알 수 있을 듯 🎯