Fixed typo

This commit is contained in:
Arjun Mahishi
2017-12-15 00:25:46 +05:30
parent d15ef2afa9
commit 655584d0ed

View File

@ -1,4 +1,4 @@
### Number to array to digits
### Number to array of digits
use `parseInt()` to get only the integer part of the quotient.
use `Array.reverse()` to return the array in the same order as the number.