```js let 𝒪 = 1; ``` turns into ```js let𝒪 = 1; ``` despite 𝒪 being a valid JS identifier. (if i had to guess, it might be due to getting the length of a string with in utf-16 by accident?)
turns into
despite 𝒪 being a valid JS identifier.
(if i had to guess, it might be due to getting the length of a string with in utf-16 by accident?)