Java Script Questions Question 1 (1 point) Javascript statements are separated b
ID: 3878213 • Letter: J
Question
Java Script Questions
Question 1 (1 point)
Javascript statements are separated by _________
Question 1 options:
Save
Question 2 (1 point)
A javascript _______ is a block of Javascript code that can be called - which means executed by a "call" to it.
Question 2 options:
Save
Question 3 (1 point)
The first position index in a string or an array in JavaScript is __.
Question 3 options:
Save
Question 4 (1 point)
In Javascript everything is an _______.
Question 4 options:
Save
Question 5 (1 point)
To define a variable use the ____ keyword.
Question 5 options:
Save
Question 6 (1 point)
The Javascript function that will write text to an alert box (a popup) is the _____ function.
Question 6 options:
Save
Question 7 (1 point)
A string can be converted to an array using the _____ method.
Question 7 options:
Save
Question 8 (1 point)
Variables defined within a Javascript function have ______ scope.
Question 8 options:
Save
Question 9 (1 point)
Javascript is _____ sensitive.
Question 9 options:
Save
Question 10 (1 point)
Some document elements can have html as a property of the element. These can be set by Javascript using the ______ property.
Question 10 options:
Explanation / Answer
If you have any problems, let me know in the comments and i will try to solve them.
Javascript statements are separated by “;”.
A javascript function is a block of Javascript code that can be called, which means executed by a "call" to it.
The first position index in a string or an array in JavaScript is “0”.
In Javascript everything is an “object (OOP)”.
To define a variable use the “var” keyword.
The Javascript function that will write text to an alert box (a popup) is the “window.alert” function.
A string can be converted to an array using the “split()” method.
Variables defined within a Javascript function have “local” scope.
Javascript is “case” sensitive.
Some document elements can have html as a property of the element. These can be set by Javascript using the “innerHTML” property.
Hope this helps...
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.