Write a statement that creates a RegExp object that remembers the title and last name, but does not remember the first name. Using the RegExp object's exec() method, assign the result variable with the remembered title and last name of the string userName.

Solved
Show answers

Ask an AI advisor a question