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!
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!
Create a free account to access the full topic