Skip to content

Instantly share code, notes, and snippets.

@redradist
Created September 12, 2021 12:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save redradist/ded7bd84169131a6394acf7bdae11108 to your computer and use it in GitHub Desktop.
Save redradist/ded7bd84169131a6394acf7bdae11108 to your computer and use it in GitHub Desktop.
SafeScript string and number coercion
let y = 8;
...
y = SafeScript.add(y, "233"); // SafeScript will throw TypeError exception
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment