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
fajar sp -
fajar sp -
Shafiq Imtiaz -
Ankit Rattan -
Top comments (0)