DEV Community

Discussion on: UNDERSTANDING FIRST-CLASS FUNCTIONS AND ANONYMOUS FUNCTIONS IN JAVASCRIPT

Collapse
 
crs1138 profile image
Honza

Hi Lawrence,
first of all, I'd like to thank you for the article. I think it's brilliant! And thanks for getting back to me this quickly and fixing the typo.

I'll elaborate a bit on the + operator. What I meant, it's not a Function object. The compiler likely works with it as an infix function, but strictly speaking, it is not a Javascript function as such. I just believe that the example adds unnecessary confusion to the topic.

Thread Thread
 
lawrence_eagles profile image
Lawrence Eagles

Hello, Honza,
Now I understand you better. I have removed those ambiguous sections of the article.
Thanks for helping improve the quality, you are appreciated.

Thread Thread
 
crs1138 profile image
Honza

Thank you for sharing your insight with the community. I really appreciate your effort.