Page 1 of 1

1. Which keyword do you use to define a JavaScript variable of a local scope? var variable local static 2. When a JavaSc

Posted: Sun May 15, 2022 12:12 pm
by answerhappygod
1. Which keyword do you use to define a JavaScript variable of a
local scope?
var
variable
local
static
2. When a JavaScript function is defined as “function
displayItems()”, can we call it with “displayItems(1, 2, 3,
4)”?
Yes
No
3. Can we use JavaScript to create objects?
Yes
No
4. Can we use JavaScript to generate dynamic web pages at the
client side?
Yes
No