Skip to content

syamdanda/JavaScriptUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScriptUtils

Utility functions written in Javascript

Number Utility Functions:

isInt : accepts one paramenter and returns true if the given parameter is integer number else return false if the given input parameter is not an integer.