javascript-questions
javascript-questions copied to clipboard
Que No 123
Output of the code is -> 4 5 6 and 15, because we invoked the add function which returns the sum value.
@bafna-hitesh Actually the output 4 5 6 is correct as we are not printing the sum of three numbers, we are just printing the three given numbers and then returning the sum.