Pre assessment_Front end_Haveri

Pre assessment_Front end_Haveri

University

33 Qs

quiz-placeholder

Similar activities

Internship WebDevelopment Quiz

Internship WebDevelopment Quiz

12th Grade - University

30 Qs

DW1 - Gincana JavaScript

DW1 - Gincana JavaScript

University

30 Qs

FULLSTACK

FULLSTACK

University

30 Qs

QUIZ 1 - HTML & Javascript

QUIZ 1 - HTML & Javascript

University

30 Qs

Pre assessment quiz_Front end + React_Khanapur

Pre assessment quiz_Front end + React_Khanapur

University

33 Qs

Pre-Test: JavaScript Fundamentals (Part 1)

Pre-Test: JavaScript Fundamentals (Part 1)

University

30 Qs

WEB TECHNOLOGY

WEB TECHNOLOGY

University

28 Qs

JavaScript

JavaScript

University

30 Qs

Pre assessment_Front end_Haveri

Pre assessment_Front end_Haveri

Assessment

Quiz

Computers

University

Hard

Created by

aditya.m Bagrecha

Used 1+ times

FREE Resource

33 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used to store multiple values in a single variable?
Variable
Array
Function
Object

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following loops is guaranteed to execute at least once?
for loop
while lop
do while loop
nested loop

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of 5 % 2 in most programming languages?
6
3
1
2

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the keyword used to declare a constant in JavaScript?
Variable
let
const
final

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid function declaration in JavaScript?
def myFunction()
create function myFunction()
function myFunction()
myFunction = function()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used for logical AND in JavaScript?
&
&&
||
!

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you access the third element of an array named arr?
arr.3
arr[2]
arr(4)
arr(3)

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?