CodeHS JavaScript

CodeHS JavaScript

8th - 12th Grade

21 Qs

quiz-placeholder

Similar activities

HTML - podstawy

HTML - podstawy

9th Grade

18 Qs

Ինֆորմատիկա 10 II   կիսամյակի  ամփոփիչ աշխատանք

Ինֆորմատիկա 10 II կիսամյակի ամփոփիչ աշխատանք

10th - 12th Grade

20 Qs

ตอบปัญหาคอมพิวเตอร์st

ตอบปัญหาคอมพิวเตอร์st

9th - 12th Grade

20 Qs

TIN 11 BÀI 11 KIỂU MẢNG

TIN 11 BÀI 11 KIỂU MẢNG

11th Grade

18 Qs

PENGENALAN MS POWERPOINT

PENGENALAN MS POWERPOINT

9th Grade

21 Qs

BÀI KIỂM TRA TIN HỌC 8 HK1

BÀI KIỂM TRA TIN HỌC 8 HK1

8th Grade

20 Qs

Trắc nghiệm excel - 1

Trắc nghiệm excel - 1

KG - University

20 Qs

Fun with Basics of CS

Fun with Basics of CS

7th - 8th Grade

20 Qs

CodeHS JavaScript

CodeHS JavaScript

Assessment

Quiz

Computers

8th - 12th Grade

Practice Problem

Medium

Created by

Greg Baker

Used 322+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

His name is Fred and he is less than 16 years old

if (name = "fred" && age < 16 )

if (name === "fred" && age < 16 )

if (name = "fred" || age < 16 )

if (name === "fred" || age < 16 )

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Repeat something 10 times

repeat 10

for (var i=0; i<10; i++)

repeat { } until 10;

while (i = 10)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the symbol used for the INCREMENT operator in JS?

+

++

=

==

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Conditions return values of which data type?

Integer

boolean

floating-point

string

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Loops in programming start counting from ?

0

1

Any number

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol represents the or operator in JavaScript?

OR

or

||

|

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Arithmetic Operators
What is ++ ?

Modulo
increment
Decrement
Addition

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?