Unary function is a function that accepts exactly one argument. It stands for a single argument accepted by a function.
`const unaryFunction = (a) => console.log(a + 100);
unaryFunction(10); `
Unary function is a function that accepts exactly one argument. It stands for a single argument accepted by a function.
`const unaryFunction = (a) => console.log(a + 100);
unaryFunction(10); `
For further actions, you may consider blocking this person and/or reporting abuse
Join AWS GenAI LIVE! to find out how gen AI is reshaping productivity, streamlining processes, and driving innovation.
Mike Young -
Mike Young -
Mike Young -
Aarav Joshi -
Top comments (0)