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

Related questions

0 votes
asked Aug 13, 2021 in Python Pandas by SakshiSharma
0 votes
asked Oct 6, 2023 in JavaScript by GeorgeBell
...