var s = "hello world!"; // A string var word = s.substring(s.indexOf(" ")+1, s.length); // Use string properties