# Ok. So you want to see if a certain number is in the string. JavaScript has the includes method for doing that. if(someString.includes(someNumber)){ do something }