Negative positions for string do not work in ______________ A. Opera B. Safari C. Chrome D. Internet Explorer 8 Answer Workspace Report Discuss Answer with explanation Answer: Option D Explanation While using slice(), substr() and substring() method we pass numbers as parameters respective to the string. E.g var tes= str.slice(-10). -10 is indicates negative position. It does not work in Internet Explorer or older versions. Workspace
Discuss about the question