Login
Remember
Register
Ask a Question
What is the output of the following expression?
0
votes
asked
Feb 6, 2020
in
JavaScript
by
rajeshsharma
What is the output of the following expression?
function multi(x,y) {
var c = x*y;
}
multi(20,3);
20
60
3
Nothing
#javascript-expression
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 7, 2020
by
SakshiSharma
Nothing
...