.toMixed()
Description
toMixed returns the input string but in random case
Parameters
toMixed takes no parameters
Usage On Strings
num = "Hello World"
log num.toMixed()
// HeLlO WoRlD
Last updated
Was this helpful?