Select the statement that has correct JavaScript syntaxDWQA Questions › Category: Web Design HTML › Select the statement that has correct JavaScript syntax 0 Vote Up Vote Down Editor Staff asked 1 month ago Select the statement that has correct JavaScript syntax1. document.write(“text”)2. alert stop ;3. console.log(“text”);Related 1 Answers 0 Vote Up Vote Down Editor Staff answered 1 month ago Answer:-console.log(“text”);Related