Given a number string, convert the string to an integer.
// input: const s = '123' // output: 123
/* output */