The correct JavaScript syntax to display 'Hello World' is document.write("Hello World").
The correct JavaScript syntax to write 'Hello World' is document.write("Hello World"). In JavaScript, strings are enclosed in double quotes, and this method is used to output content to the webpage.
https://brainly.com/question/31666275