Match string

Report a typo

What will the output of the following code be?

const text = "JavaScript is an interpreted language";

text.match("Javascript");

Tip: Watch out for the spelling!

Select one option from the list
___

Create a free account to access the full topic