Skip to content

Instantly share code, notes, and snippets.

@francescoagati
Created June 12, 2015 00:41
Show Gist options
  • Save francescoagati/b8713e45d7618921a9c6 to your computer and use it in GitHub Desktop.
Save francescoagati/b8713e45d7618921a9c6 to your computer and use it in GitHub Desktop.
sure2
var x = 1,y = 1;
sure (x == y, x==1);
//or
sure({
x==1;
y==2; //throw an error
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment