135 B
135 B
The result is an error.
The function sayHi
is declared inside the if
, so it only lives inside it. There is no sayHi
outside.
The result is an error.
The function sayHi
is declared inside the if
, so it only lives inside it. There is no sayHi
outside.