JSFiddle - React, Tailwind, and code Playground
JavaScript
var x = 10,
y = 20;
function a(x) {
return x;
}
a(y); // Ile tutaj będzie?
alert(a);
var x = 10,
y = 20;
function a(x) {
return x;
}
a(y); // Ile tutaj będzie?
alert(a);