SyntaxFix
Write A Post
Hire A Developer
Questions
var divID = "question-" + (parseInt(i)+1);
Use this + operator behave as concat that's why it showing 11.
+
concat