Let's have fun with
JavaScript

The external JavaScript file must contain the script tag?

True
False

How do you create a function in Javascript?

function = myfuction()
function myFunction()
function:myFunction()

Where is the correct place to insert a JavaScript?

Both the head section and the body section are correct
The head section
The body section

Inside which HTML element do we put the JavaScript?

Script
JavaScript
js

What is the correct syntax for referring to an external script called "xxx.js"?

script href='xxx.js'
script src='xxx.js'
script name='xxx.js'

How to write an IF statement in JavaScript?

if(i==5) if i=5 if i=5 then

Your Score!!

60%