A first-order function is a function that doesn’t accept another function as an argument and doesn’t return a function as its return value.
const firstOrder = () => console.log("I am a first order function!");
A first-order function is a function that doesn’t accept another function as an argument and doesn’t return a function as its return value.
const firstOrder = () => console.log("I am a first order function!");
For further actions, you may consider blocking this person and/or reporting abuse
Saurav Jain -
Nikola Perišić -
chintanonweb -
Euhenio El Ehores -
Top comments (0)