Once agin, consider the same three variables: someText = 'JavaScript1.2'; pattern = /(\w+)(\d).(\d)/i; outCome = pattern.exec(someText); What does outCome[0] contain?
Reveal answer
Fill a bubble to check yourself
Once agin, consider the same three variables: someText = 'JavaScript1.2'; pattern = /(\w+)(\d).(\d)/i; outCome = pattern.exec(someText); What does outCome[0] contain?