0
JavaScript
Please enter the corresponding keyword to have the result of the function below displayed on the screen: function substrNumbrs(first, second) { var result = first - second; result; } document.write(substrNumbrs(10, 5));
3 Answers
+ 3
return
+ 1
What is your problem here? It's simple just write return result.
+ 1
return