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));

2nd Dec 2019, 6:30 PM
Maria Rafique
Maria Rafique - avatar
3 Answers
+ 3
return
29th Jun 2020, 5:47 AM
kaviya priya
kaviya priya - avatar
+ 1
What is your problem here? It's simple just write return result.
2nd Dec 2019, 6:35 PM
AÍąJ
AÍąJ - avatar
+ 1
return
31st Oct 2022, 3:35 AM
tristan asfar
tristan asfar - avatar