What will the following code output?
const add = (a, b) => a + b; console.log(add(5));
5
NaN
Error
undefined
This question is part of this quiz :