1.

What would be the result of the following statement in JavaScript using regular expression methods?

A. Returns [“123″”456″”789”].
B. Returns [“123″,”456″,”789”].
C. Returns [1,2,3,4,5,6,7,8,9].
D. Throws an exception
Answer» C. Returns [1,2,3,4,5,6,7,8,9].


Discussion

No Comment Found