ExamCompetition Forum Question Papers Ask A Question Mock Test Learn & Earn Sign Up Login Menu



0 vote

What does the subexpression /java(script)?/ result in ?

Asked on by | Votes 0 | Views: 28 | Tags: computer science     | javascript     | classes and modules     | Add Bounty

What does the subexpression /java(script)?/ result in ?

A).  It matches œjava followed by the optional œscript

B).  It matches œjava followed by any number of œscript

C).  It matches œjava followed by a minimum of one œscript

D).  None of the mentioned


Share on Facebook      Share on Whatsapp       Share on Twitter




1 answers

0 vote
Answered by on | Votes 0 |

 It matches œjava followed by the optional œscript



The subexpression /java(script)?/ matches “java” followed by the optional “script”.

Join Telegram Group




Answer This Question

Name:
Email:
Answer :
Sum of (4+4)
Submit: