var s = "test"; // Start with a string value. s.len = 4; // Set a property on it. var t = s.len; // Now query the ...