Skip to content

Instantly share code, notes, and snippets.

@iSkore
Created March 27, 2017 16:32
Show Gist options
  • Save iSkore/418790ac61fee7b3aaade8d8ac500e55 to your computer and use it in GitHub Desktop.
Save iSkore/418790ac61fee7b3aaade8d8ac500e55 to your computer and use it in GitHub Desktop.
Is it eval?
'use strict';
function jsEval( jsString )
{
( ( () => {} ).constructor( jsString ) )();
}
jsEval( "console.log( 'hello world' );" );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment