Ad

Given a string of numbers, return the largest integer

function returnMax(numString) {
  //your code here 
}