Skip to content

Instantly share code, notes, and snippets.

@SahajRana
Created July 12, 2016 19:32
Show Gist options
  • Save SahajRana/136c2f58213eb9ecd976297693437c37 to your computer and use it in GitHub Desktop.
Save SahajRana/136c2f58213eb9ecd976297693437c37 to your computer and use it in GitHub Desktop.
function foo()
{
if (counter <= 10)
return;
// it works!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment