Lets say I have,
var x=10; var y=20;
Whenever I pass x to a function It must return y or return x If I pass y without any conditional statement.
x
y
How can I do that ?