Skip to content

Instantly share code, notes, and snippets.

/result.md Secret

Created January 16, 2017 01: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 anonymous/c14d4016c4e139afa6ae56a51a1e2008 to your computer and use it in GitHub Desktop.
Save anonymous/c14d4016c4e139afa6ae56a51a1e2008 to your computer and use it in GitHub Desktop.
result of myndzi's code

For this code:

 Buffer.from([\xff]).toString('ascii').codePointAt(0)

This was the output:

undefined:1
 Buffer.from([\xff]).toString('ascii').codePointAt(0)
              ^

SyntaxError: Invalid or unexpected token
    at Object.<anonymous> (/var/ws/eval-js.js:11:26)
    at Module._compile (module.js:573:32)
    at Object.Module._extensions..js (module.js:582:10)
    at Module.load (module.js:490:32)
    at tryModuleLoad (module.js:449:12)
    at Function.Module._load (module.js:441:3)
    at Module.runMain (module.js:607:10)
    at run (bootstrap_node.js:382:7)
    at startup (bootstrap_node.js:137:9)
    at bootstrap_node.js:497:3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment