Skip to content

Instantly share code, notes, and snippets.

View purushothblog's full-sized avatar

Purushothaman purushothblog

View GitHub Profile
/*
* fibbonacci.js
* Copyright (C) 2013 dhilipsiva <dhilipsiva@gmail.com>
*
* Distributed under terms of the MIT license.
*/
function isDigit(val) {
/*
* Find if given value is a digit or not.