Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 260 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 260 Bytes

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.