five
five copied to clipboard
Add Arabic and Persian numerals ( ٥ & ۵ )
I've added Eastern Arabic numerals WIKI: https://en.wikipedia.org/wiki/Eastern_Arabic_numerals
five.arabicNumber = function() { return '٥';};
five.persianNumber = function() { return '۵';};
merge this