","answerCount":1,"datePublished":"2024-01-01T08:00:00+00:00","author":{"@type":"Organization","name":"PrimerPrep Community","url":"https://www.primerprep.in"},"acceptedAnswer":{"@type":"Answer","text":"Correct answer: p,a,s,s, ,%, ,f,a,i,l, ,%. This question has been retained as-is due to its unique context.","upvoteCount":1,"datePublished":"2024-01-01T08:00:00+00:00","author":{"@type":"Organization","name":"PrimerPrep","url":"https://www.primerprep.in"},"url":"https://www.primerprep.in/q/predict-the-output-of-the-following-javascript-codehtmlheads#answer"}}}
Essentials
primer-original-v2mediumEssentialsWeb Technologiesprimer-original-v2

Predict the output of the following JavaScript code: <html> <head> <script> var txt= "pass 70% fail 30%"; var pattern = /\D/g; var res= txt.match(pattern); document.write(res); </script> </head> </html>

Answer options

A
p,a,s,s, ,%, ,f,a,i,l, ,%
B
JavaScript
C
HTML5
D
innerHTML

Correct answer: p,a,s,s, ,%, ,f,a,i,l, ,%

Explanation

Quick AnswerThe correct answer is p,a,s,s, ,%, ,f,a,i,l, ,% because it directly addresses the core logic of Essentials.

This question has been retained as-is due to its unique context.

Related Essentials questions

Practice more Essentials questions

PrimerPrep has independently reviewed practice questions and coding exercises — all free.