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
Obviously, this breaks string + char addition where the char came from a string (see the 'list.Add' line). Is there a way to prefer using charAt instead of charCodeAt?
The text was updated successfully, but these errors were encountered:
C# code:
Is transpiled to:
Obviously, this breaks string + char addition where the char came from a string (see the 'list.Add' line). Is there a way to prefer using charAt instead of charCodeAt?
The text was updated successfully, but these errors were encountered: