Many of the tests below cannot easily be tested in JavaScript. Instead, the "Details" column will be used to describe what the value should be.

The strings used for all of these tests are defined as below:

var s1 = "Sample String";
var s2 = "This ";
var s3 = "is";
var s4 = " a ";
var s5 = "concatenated s";
var s6 = "tring";
var s7 = "a,b,c,d,e,f";

The following table tests a method that was added for JavaScript 1.1.

The following table tests methods that were added in JavaScript 1.2.

The following table tests methods that were added in JavaScript 1.3.

The following table tests methods that were changed in JavaScript 1.3.

Click here to jump to the named link above (first method tested).

Last Updated: 10-06-2001