Reverses ...

Syntax

JSV_reverse(expS)

Prototype

expS.reverse()

Returns

Returns the string expS ...

Parameters

The reverse function uses the following arguments.

Argument Description
expS The string that is to be evaluated.

Remarks

n/a

Dependencies

n/a

Example

The following lines of code

document.write( JSV_reverse("The quick brown fox jumped over the lazy dog").bold() );

produce