0 votes
in JavaScript by
What is the output of the following expression?

function multi(x,y) {

var c = x*y;

}

multi(20,3);

20

60

3

Nothing

1 Answer

0 votes
by
Nothing
...