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