function one() { var a=1; } function two(a, b) { console.log(a,b); } function three(c) { var a=c; }