What does the subexpression /java(script)?/ result in ?
What does the subexpression /java(script)?/ result in ? Correct Answer It matches “java” followed by the optional “script”
The subexpression /java(script)?/ matches “java” followed by the optional “script”.