/JavaScriptUtils

Utility functions written in Javascript

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

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.