What Does The Subexpression Javascript Result In #201
What does the subexpression /java(script)?/ result in?
This multiple choice question (MCQ) is related to the book/course gs gs106 Javascript. It can also be found in gs gs106 Classes and Modules - JavaScript Pattern Matching and Regular Expressions - Quiz No.1.
What does the subexpression /java(script)?/ result in?
It matches “java” followed by the optional “script”
It matches “java” followed by any number of “script”
It matches “java” followed by a minimum of one “script”
It matches “java” followed by a single “script”
Similar question(s) are as followings:
Online Quizzes of gs106 Javascript
Graphics and Rendering in JavaScript - Scripted Media - Quiz No.1
gs gs106 Javascript
Online Quizzes