CodeHS JavaScript

CodeHS JavaScript

8th - 12th Grade

21 Qs

quiz-placeholder

Similar activities

KIểu mảng

KIểu mảng

11th Grade

16 Qs

BTT 3.1. Anakartlar

BTT 3.1. Anakartlar

9th Grade

18 Qs

BAB BK

BAB BK

10th Grade

20 Qs

Recuperação: Recursos avançados de um jogo 2D

Recuperação: Recursos avançados de um jogo 2D

8th Grade

17 Qs

C-Programming Basics

C-Programming Basics

12th Grade

16 Qs

Y9 Creative iMedia RO81 Quiz Part 1

Y9 Creative iMedia RO81 Quiz Part 1

9th Grade

21 Qs

BÀI 14: ĐỊNH DẠNG VĂN BẢN BẰNG CSS

BÀI 14: ĐỊNH DẠNG VĂN BẢN BẰNG CSS

12th Grade

20 Qs

kiểm tra tin 8

kiểm tra tin 8

8th Grade

20 Qs

CodeHS JavaScript

CodeHS JavaScript

Assessment

Quiz

Computers

8th - 12th Grade

Medium

Created by

Greg Baker

Used 321+ times

FREE Resource

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?