Part 1 - JavaScript Knowledge & Skills Quiz Mock Quiz

Part 1 - JavaScript Knowledge & Skills Quiz Mock Quiz

21 Qs

quiz-placeholder

Similar activities

Power Test MCQ

Power Test MCQ

Professional Development

25 Qs

PROGRAMACIÒN

PROGRAMACIÒN

3rd Grade

21 Qs

Genetics Quiz Review

Genetics Quiz Review

7th Grade

20 Qs

Filipino 1 ( Quiz 2.2)

Filipino 1 ( Quiz 2.2)

KG - University

18 Qs

yuuphp

yuuphp

12th Grade

25 Qs

Conquistas e Desafios de Mulheres em Ciência da Computação

Conquistas e Desafios de Mulheres em Ciência da Computação

KG - University

17 Qs

COA_Ch08_Exam

COA_Ch08_Exam

KG - University

17 Qs

Part 1 - JavaScript Knowledge & Skills Quiz Mock Quiz

Part 1 - JavaScript Knowledge & Skills Quiz Mock Quiz

Assessment

Quiz

others

Hard

Created by

Mark Balatbat

FREE Resource

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Inside which HTML element do we put the JavaScript?

<scripting>

<js>

<javascript>

<script>

<j-script>

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What is the correct way to add comments in JavaScript?

// Comment
/* Comment */
# Comment
' Comment
` Comment

3.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

How can you correctly declare a JavaScript variable named youName?

var youName;
var youName = "Name";
set youName;
define youName;
variable "youName" = "Name"

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol represents 'greater than or equal to' in JavaScript?

> or =
>=
> || =
<=

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following options will increment the value of the variable x?

increment (x)
x++;
x=x;
x+1;
x=+y;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following options will decrement the value of the variable x?

x--;
x-1;
x=-x;
x=-y;
decrement(x)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following options represents a loop in JavaScript?

if(x<10)
var x=10;
while(x<10)
text(x,10;10)

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?