Preparing search index...
The search index is not available
prototyped.js - v3.0.5
prototyped.js - v3.0.5
number
digitize
Function digitize
digitize
(
num
:
number
)
:
number
[]
Converts the number to an array of digits
Example
digitize
(
123
);
// [1, 2, 3]
Parameters
num:
number
Returns
number
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
prototyped.js -
v3.0.5
array
boolean
date
func
globals
math
number
object
string
digitize
equals
in
Range
is
Number
Generated using
TypeDoc
Converts the number to an array of digits
Example