Basics of JavaScript

Basics of JavaScript

3rd - 4th Grade

5 Qs

quiz-placeholder

Similar activities

JS Talks, Quiz #4

JS Talks, Quiz #4

1st - 12th Grade

8 Qs

JavaScript

JavaScript

1st - 12th Grade

10 Qs

Interface_web_Quizz01

Interface_web_Quizz01

1st - 10th Grade

10 Qs

Arrays

Arrays

KG - University

10 Qs

Safer Internet Day 2025 - Scamming

Safer Internet Day 2025 - Scamming

2nd - 5th Grade

8 Qs

Câu điều kiên trong Javascript

Câu điều kiên trong Javascript

3rd Grade

10 Qs

Quiz Python 1

Quiz Python 1

1st - 3rd Grade

10 Qs

Repaso Javascript

Repaso Javascript

1st - 3rd Grade

10 Qs

Basics of JavaScript

Basics of JavaScript

Assessment

Quiz

Computers, Education, Special Education

3rd - 4th Grade

Medium

Created by

Sumaitha Farzeen

Used 52+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A _______ is a set of grammar rules that a computer can interpret.

JavaScript

Syntax

Coding

Text-based Coding

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Name the two syntaxes which can be used to display messages.

Bot.send(); and console.log();

bot.send(); and console.log();

Bot.send(); and Console.log();

bot.Send(); and console.Log();

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable?

A variable is like a container that can store multiple values.

The value in the variable cannot be changed.

A variable is used to stores only numbers.

A variable is like a container that can store a single value.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword can be used to create a variable?

Let and var

Var and let

let and var

LET and VAR

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The _____ sign can be used to add two numbers as well as combines two strings together.

=

-

*

+