JavaScript String small() methode

Definitie en gebruik

String small() in JavaScript is deprecated.

Avoid using it.

It may stop running at any time in your browser.

small() The method returns the string embedded in the <small> tag:

<small>string</small>

Example

let text = "Hello World!";
let result = text.small();

Try it yourself

Syntax

string.small()

Parameters

No parameters.

Return value

String embedded in the <small> tag.