JavaScript Basics 1

JavaScript Basics 1

6th - 8th Grade

30 Qs

quiz-placeholder

Similar activities

JavaScript

JavaScript

6th - 8th Grade

27 Qs

IH Quartz AI - Gr-8

IH Quartz AI - Gr-8

8th Grade

30 Qs

Computer Pretest1(Python Grade7_t1)

Computer Pretest1(Python Grade7_t1)

3rd Grade - University

30 Qs

JS Quiz

JS Quiz

7th Grade

34 Qs

Web development

Web development

3rd - 12th Grade

31 Qs

Variables, Arrays, For Loops, and Functions Review

Variables, Arrays, For Loops, and Functions Review

6th - 8th Grade

35 Qs

Introduction to Python

Introduction to Python

KG - University

25 Qs

Python - Проверка 1 - 6 клас

Python - Проверка 1 - 6 клас

6th Grade

25 Qs

JavaScript Basics 1

JavaScript Basics 1

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Tom Riherd

Used 49+ 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?