Correct output

Report a typo

Which text will the following code display?

console.log("a");
console.log(" ");
console.log("b");
console.log('c');

Select one suitable option:

a)

a
b
c

b)

a

b

c

c)

a

b

d)

a


b
c

e)

a

b
c
Select one option from the list
___

Create a free account to access the full topic