DEV Community

Discussion on: Async programming basics every JS developer should know

Collapse
 
varsanyid profile image
varsanyid

Thanks for the article! However, a high-order function is a function that accepts another function as its parameter or returns one. A callback function is a function that gets passed as a parameter.

Collapse
 
siwalikm profile image
Siwalik Mukherjee • Edited

Hey varsanyid, nice catch! ๐Ÿ™ŒCorrected the typo, thanks for pointing ๐Ÿ˜€