#var, let

2 messages · Page 1 of 1 (latest)

young panther
#

I got the answer.

#

New doubt,

Let a = 2;

{
Var a = 1;
}

Console.log( a )