Created
June 12, 2015 00:41
-
-
Save francescoagati/b8713e45d7618921a9c6 to your computer and use it in GitHub Desktop.
sure2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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