What Would Be The Result Of The Following Statement In #204
What would be the result of the following statement in JavaScript using regular expression methods?
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 would be the result of the following statement in JavaScript using regular expression methods?
Returns [“123″”456″”789”]
Returns [“123″,”456″,”789”]
Returns [1,2,3,4,5,6,7,8,9]
Throws an exception
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