You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let x = 0;
console.log(x.f); // prints 0
Possibly related to #178 . Likewise, happens for false, but not true.
let y = false;
console.log(y.f); // prints false
The text was updated successfully, but these errors were encountered:
let x = 0;
console.log(x.f); // prints 0
Possibly related to #178 . Likewise, happens for false, but not true.
let y = false;
console.log(y.f); // prints false
The text was updated successfully, but these errors were encountered: