Skip to content

Instantly share code, notes, and snippets.

@whoiskai
Created March 29, 2020 06:53
Show Gist options
  • Save whoiskai/f3b16ee70486cda5794e3c5673a9a020 to your computer and use it in GitHub Desktop.
Save whoiskai/f3b16ee70486cda5794e3c5673a9a020 to your computer and use it in GitHub Desktop.
function Transform(obj) {
try {
obj.name = "Orange";
obj.price = obj.price/0;
} catch (e) {
// ...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment