Consider the following statements var text = "testing: 1, 2, 3"; // Sample text var pattern = /\\d+/g In order to check if the pattern matches with the string “text”, the statement is\r\n

🎲 Try a Random Question  |  Total Questions in Quiz: 150  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Web Technology Basics — practice the complete quiz, review flashcards, or try a random question.


Consider the following statements var text = "testing: 1, 2, 3"; // Sample text var pattern = /\\d+/g In order to check if the pattern matches with the string “text”, the statement is\r\n