Does someone know how this is possible.
function test(a){
console.log(a);
}
test("param1","param2");
I have no problem with, but I'm curius.
Does someone know how this is possible.
function test(a){
console.log(a);
}
test("param1","param2");
I have no problem with, but I'm curius.