> For the complete documentation index, see [llms.txt](https://osl.mistium.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://osl.mistium.com/legacy-osl-originos/prototype-helpers/.newstring.md).

# number.newString

## Description

Returns a **string** consisting of a single space repeated `self` times.

## Parameters

None.

## Usage

```javascript
log 4.newString() // "    " (four spaces)
```
