Skip to content

Instantly share code, notes, and snippets.

@codenamejason
Created March 3, 2015 01:29
Show Gist options
  • Save codenamejason/08deea14e81b26121fbd to your computer and use it in GitHub Desktop.
Save codenamejason/08deea14e81b26121fbd to your computer and use it in GitHub Desktop.
Password check
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