Skip to content

Instantly share code, notes, and snippets.

@alfredxing
Created January 10, 2020 18:53
Show Gist options
  • Save alfredxing/e693e5850d094c4603de17a58456bd66 to your computer and use it in GitHub Desktop.
Save alfredxing/e693e5850d094c4603de17a58456bd66 to your computer and use it in GitHub Desktop.
var ifThenElse = new Function(
"c",
"t",
"f",
String.fromCharCode.apply(null, [
105,
102,
40,
99,
41,
116,
40,
41,
59,
101,
108,
115,
101,
32,
102,
40,
41,
59
])
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment