Workshop Day 3

Workshop Day 3

Professional Development

10 Qs

Student preview

quiz-placeholder

Similar activities

Quiz-4

Quiz-4

Professional Development

10 Qs

Nodejs: Packages and Package.json

Nodejs: Packages and Package.json

Professional Development

15 Qs

Basic JavaScript

Basic JavaScript

Professional Development

15 Qs

Web Development Workshop

Web Development Workshop

University - Professional Development

10 Qs

Data Types and Variables

Data Types and Variables

Professional Development

10 Qs

Programming Knowledge Quiz (Medium)

Programming Knowledge Quiz (Medium)

5th Grade - Professional Development

10 Qs

Quiz on Sample Code - JavaScript

Quiz on Sample Code - JavaScript

Professional Development

6 Qs

JTI Blockchain Bootcamp Session 5

JTI Blockchain Bootcamp Session 5

Professional Development

9 Qs

Workshop Day 3

Workshop Day 3

Assessment

Quiz

Created by

arya thool

Professional Development

Professional Development

Hard

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. Which of these is a correct way to declare a variable in JavaScript?

let x = 5;

variable x = 5;

x := 5;

var 5 = x;

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to generate a random number in JavaScript?

Math.randomNumber();

Math.random();

random();

generateRandom();

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will this if statement do?

It will log "True"

It will log "False"

It will not log anything

It will throw an error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you create a simple function in JavaScript?

function myFunction() {}

create function myFunction() {}

func myFunction() {}

define myFunction() {}

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does document.getElementById("id") do?

It changes the page title

It gets an element with the specified id

It creates a new element

It removes an element with the specified id

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is used to trigger a function when a button is clicked in HTML?

onclick="functionName();"

onClick="functionName();"

click="functionName();"

buttonClick="functionName();"

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will the following code display?

A random number between 0 and 1

A fixed number

A random number between 1 and 10

An error message

Explore all questions with a free account

or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?

Discover more resources for Professional Development