Reverses ...
JSV_reverse(expS)
expS.reverse()
Returns the string expS ...
The reverse function uses the following arguments.
Argument | Description |
expS | The string that is to be evaluated. |
n/a
n/a
The following lines of code
document.write( JSV_reverse("The quick brown fox jumped over the lazy dog").bold() );
produce
Copyright © 1998-2000 Roaring Fork Software. All rights reserved.