What is the correct JavaScript syntax to write 'Hello World'?
document.write('Hello World')
'Hello World'
response.write('Hello World')
('Hello World')
Where is the correct place to insert a JavaScript?
Both the head and body section of HTML
section
section
An external JavaScript must contain the
Description:
Covers the fundamentals of Java Script
Discussion
There are no more comments to show right now