Created
March 3, 2015 01:29
-
-
Save codenamejason/08deea14e81b26121fbd to your computer and use it in GitHub Desktop.
Password check
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
ths.method = function(passChk) { | |
if (passChk == 1234) | |
return method; | |
else | |
return "Wrong Password"; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment