l = "abcder"; q = "Ererwrwrewrew"; console.log(String.prototype.substr.call(q, 1, 4)) /*rerw...4 refers to how many characters to substring*/