JavaScript Basics 1

JavaScript Basics 1

6th - 8th Grade

30 Qs

quiz-placeholder

Similar activities

Final Exam Review

Final Exam Review

8th Grade

25 Qs

Cuestionario de JavaScript - Repaso Examen

Cuestionario de JavaScript - Repaso Examen

8th Grade

25 Qs

PROGRAMACION WEB

PROGRAMACION WEB

5th Grade - University

28 Qs

JS Begin

JS Begin

6th - 8th Grade

25 Qs

JavaScript Coding

JavaScript Coding

7th Grade - University

30 Qs

Introduction to Python

Introduction to Python

KG - University

25 Qs

JavaScript

JavaScript

6th - 8th Grade

27 Qs

IH Quartz AI - Gr-8

IH Quartz AI - Gr-8

8th Grade

30 Qs

JavaScript Basics 1

JavaScript Basics 1

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Tom Riherd

Used 48+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do I declare a new variable?
var newVariable = 5;
Variable int = new Variable();
var 5 = myVariable;
int var = 5;

4.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Which of the following platform(s) can be used to run Javascript Code

Google Chrome

Firefox

Microsoft Edge

Safari

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In JavaScript, you should include a semi-colon at the end of each statement.
yes
no

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What surrounds a string?

Quotations " "

Curly Brackets { }

Parenthesis ( )

Square Brackets [ ]

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct Javascript format for a comment?

// This is a comment

/ This is a comment /

*/ This is a comment /*

\\This is a comment

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?