вебка 50

вебка 50

University

50 Qs

quiz-placeholder

Similar activities

Transistor &Semiconductor

Transistor &Semiconductor

11th Grade - University

46 Qs

brakes Leve2

brakes Leve2

12th Grade - University

55 Qs

untitled

untitled

9th Grade - University

55 Qs

Wk11 - EL1 Finals

Wk11 - EL1 Finals

University

50 Qs

A&P Final Exam Review Day 2

A&P Final Exam Review Day 2

11th Grade - University

47 Qs

BU - ELECTRONICS FLASHCARD 01

BU - ELECTRONICS FLASHCARD 01

University - Professional Development

50 Qs

Unit 1 Test-Employability in Health Science

Unit 1 Test-Employability in Health Science

10th Grade - University

45 Qs

Introduction to Chemical Processes - Educator @ VLE

Introduction to Chemical Processes - Educator @ VLE

University

50 Qs

вебка 50

вебка 50

Assessment

Quiz

Science

University

Easy

Created by

Alikhan Aitzhanov

Used 3+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between "var" and "let" in JavaScript?

"var" is block-scoped, while "let" is function-scoped

"var" is function-scoped, while "let" is block-scoped

"var" is a constant, while "let" is a variable

There is no difference

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the "useState" hook in React?

To declare a state variable

To declare a function component

To create a class component

To declare a context object

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a valid way to declare a JavaScript function?

function myFunction() {}

const myFunction = function() {}

() => {}

var myFunction = () => {}

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the JavaScript "spread" operator?

To combine two arrays

To split a string into an array

To clone an object or array

To delete a property from an object

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a valid CSS position value?

relative

static

absolute

fixed

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the "className" attribute in HTML and React?

To specify a unique identifier for an element

To assign a CSS class to an element

To specify the type of an input element

To specify the value of an input element

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a valid React prop?

onClick

className

href

style

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?