JavaScript Basics

JavaScript Basics

12th Grade - University

15 Qs

quiz-placeholder

Similar activities

02 MF0491_3 Básico general

02 MF0491_3 Básico general

12th Grade

15 Qs

Javascript Basics Test

Javascript Basics Test

7th - 12th Grade

20 Qs

JavaScript Basics Review

JavaScript Basics Review

7th - 12th Grade

20 Qs

HTML quizz for high school students in BG

HTML quizz for high school students in BG

12th Grade

10 Qs

basics of javascript

basics of javascript

9th - 12th Grade

11 Qs

Quiz Week 7

Quiz Week 7

University

10 Qs

js basics

js basics

4th Grade - University

18 Qs

Programming II - Introduction

Programming II - Introduction

12th Grade - Professional Development

20 Qs

JavaScript Basics

JavaScript Basics

Assessment

Quiz

Computers, Professional Development

12th Grade - University

Medium

Created by

gowri d

Used 941+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Indicates the beginning  and the end of a JavaScript section.
<html> </html>
<style> </style>
<article> </article>
<script> </script>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A JavaScript file has an extension name of
.jscp
.js
.css
.Jp

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword do we need to define a function?
function
method
onclick
functionName()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which 1 of the following symbols is used for JavaScript comments?
\\
^
?
//

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of variable is
var typeOfApples="Fuji";
Int
Float
Boolean
String

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can a developer show a pop-up message to the user?

alert

prompt

console.log

<p> tag

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Which message will the user see?
"Hello user"
No message
"Goodbye user"
"message + user"

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?