js var
Code Example - js var
var a = 0, b = 0;
Variable
yes = 5
print(yes)
var a = 0, b = 0;
yes = 5
print(yes)