Quiz

In this lesson, we will solve a quiz related to the concepts covered in the previous lesson.”

Quiz #

Technical Quiz
1.

What is the correct output of the following code?

const code = "ABCDEFGHI";

code.startsWith("DEF",3);
A.

true

B.

false


1 / 2
...