Fixed typo

This commit is contained in:
Arjun Mahishi
2017-12-15 00:25:46 +05:30
parent eb92557dea
commit 07166e9ff5

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.