Regex in Javascript
Assess your knowledge of Regex in Javascript by implementing the following functions.
We'll cover the following...
Assess your Skills
Evaluate your regex concepts by detecting a number in a string.
Press + to interact
containsNumber = function(str) {}
...