Skip to content

Instantly share code, notes, and snippets.

@ravinsinghd
Created August 16, 2017 20:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ravinsinghd/ac89c18e75899383cd248e6cd43138d0 to your computer and use it in GitHub Desktop.
Save ravinsinghd/ac89c18e75899383cd248e6cd43138d0 to your computer and use it in GitHub Desktop.
function validateLimit(limit){
if(currentValue>limit){
return false;
}
return true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment