Skip to content

Instantly share code, notes, and snippets.

@indreklasn
Created September 7, 2019 12:26
Show Gist options
  • Save indreklasn/73871d0edb4028f732e970444a72bbb1 to your computer and use it in GitHub Desktop.
Save indreklasn/73871d0edb4028f732e970444a72bbb1 to your computer and use it in GitHub Desktop.
function debugThis(a, b) {
debugger;
return a + b;
}
debugThis(1, 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment