Well, though I searched for learning sources I could not find the exact thing I wanted. Please help to improve this post rather than down-voting so that all new learners can improve their knowledge.
lets assume there is a variable
var y = "number12";
var z ="";
- how to make z=12 (how take only the integer value out of y string variable)
- how to make z=number13 (adding one to "number"+12 )