Open sorXCode opened 2 years ago
Currently, setting a variable as an empty string throws an error, this PR fixes that.
> const VAR = ""; > !VAR; true > VAR === undefined; false
Currently, setting a variable as an empty string throws an error, this PR fixes that.