in Technology by

Select the statement that has correct JavaScript syntax
a)document.write("text")
b)alert stop ;
c)console.log("text");

Please log in or register to answer this question.

1 Answer

0 votes
by

Answer:-console.log("text");

Related questions

...