function convertToInterger(mystring) { return parseInt(mystring); } console.log(convertToInterger("42"));