Full example here in the Playground: https://goo.gl/VWEkV5 The transpiler isn't consistent with native JavaScript when using the escaping character. For example: `\0` == "\0" but `\0000` != "\0000"
Full example here in the Playground: https://goo.gl/VWEkV5
The transpiler isn't consistent with native JavaScript when using the escaping character.
For example:
\0== "\0" but\0000!= "\0000"