# .toMixed()

## Description

toMixed returns the input string but in random case

## Parameters

toMixed takes no parameters

## Usage On Strings

```javascript
num = "Hello World"

log num.toMixed()
// HeLlO WoRlD
```
