JAVASCRIPT-STRING,ARRAYS,FUNCTIONS

JAVASCRIPT-STRING,ARRAYS,FUNCTIONS

University

75 Qs

quiz-placeholder

Similar activities

Semester Final - Graphic Design

Semester Final - Graphic Design

9th Grade - University

80 Qs

Cyber security class test 3

Cyber security class test 3

University

70 Qs

Conociendo el computador

Conociendo el computador

12th Grade - University

80 Qs

Midterm Exam - Integrative Programming and Technologies

Midterm Exam - Integrative Programming and Technologies

University

76 Qs

色彩學75題練習

色彩學75題練習

University

75 Qs

networking conceots

networking conceots

8th Grade - University

78 Qs

Big Fat Quiz

Big Fat Quiz

1st Grade - University

80 Qs

JAVASCRIPT-STRING,ARRAYS,FUNCTIONS

JAVASCRIPT-STRING,ARRAYS,FUNCTIONS

Assessment

Quiz

Computers

University

Practice Problem

Medium

Created by

anispremkoilraj p

Used 3+ times

FREE Resource

AI

Enhance your content in a minute

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

75 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What does the following code snippet do? function add(x, y) { return x + y; }

console.log(add(5, 3));

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

NOT a valid way to pass arguments to a function?

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What will the following code output? function foo() { var x = 10; if (true) { var x = 20; console.log(x); } console.log(x); } foo();

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What is the result of the following code? function sayName(name) { console.log("Hello, " + name); } var greeting = sayName("John"); console.log(greeting);

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What will be the output of the following code? let arr = [1, 2, 3]; console.log(arr[3]);

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What will be the output of the following code? let arr = [1, 2, 3]; arr.length = 1; console.log(arr[2]);

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What will be the output of the following code? let arr = [1, 2, 3]; arr[5] = 6; console.log(arr.length);

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?