Skip to content

Instantly share code, notes, and snippets.

@t3ntxcl3s
Created October 9, 2020 14:09
Show Gist options
  • Save t3ntxcl3s/5eef266d60974606ec6178d090732fd0 to your computer and use it in GitHub Desktop.
Save t3ntxcl3s/5eef266d60974606ec6178d090732fd0 to your computer and use it in GitHub Desktop.
the best tester for functions))) JS
function test(props){
try{
props()
} catch(e){
return window.location.href = 'http://stackoverflow.com/search?q=[javascript]+' + e.message
}
}
export default test;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment