A function that does nothing.
undefined.
undefined
noop() // undefinednoop(1, 2, 3) // undefined Copy
noop() // undefinednoop(1, 2, 3) // undefined
A function that does nothing.