Creates a string from character codes.
| Parameters | Description |
|---|---|
| code | The Unicode value of a character. Multiple parameters are allowed. |
| Returns | Description |
|---|---|
| string | A string whose characters are the derived from the parameter values in sequence. |
String.fromCharCode(80, 97, 114, 105, 115)