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”.

Related Questions

Which is the function in JavaScript that will print the current page in JavaScript?
When does JavaScript code appear inline within an HTML file?
When does the function name become optional in JavaScript?