Quiz ReactJS Lesson 01

Quiz ReactJS Lesson 01

Professional Development

10 Qs

quiz-placeholder

Similar activities

Conn's Quiz

Conn's Quiz

Professional Development

10 Qs

PHP

PHP

10th Grade - Professional Development

5 Qs

TIẾNG VIỆT. BÀI 28C. ÔN TẬP 3

TIẾNG VIỆT. BÀI 28C. ÔN TẬP 3

Professional Development

15 Qs

Nodejs: APIs

Nodejs: APIs

Professional Development

10 Qs

Repaso Gestión de Proyectos Digitales  - Clase 1

Repaso Gestión de Proyectos Digitales - Clase 1

Professional Development

11 Qs

  Cert Magento Frontend AD0-E710 - Javascript - Part 1

Cert Magento Frontend AD0-E710 - Javascript - Part 1

Professional Development

15 Qs

Cycle 4: Session 9 Review.

Cycle 4: Session 9 Review.

Professional Development

13 Qs

KEPIMPINAN PENDIDIKAN MADANI

KEPIMPINAN PENDIDIKAN MADANI

Professional Development

7 Qs

Quiz ReactJS Lesson 01

Quiz ReactJS Lesson 01

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

Anh Nguyễn Bá Tuấn

Used 5+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  • Trong JavaScript, để khai báo một biến có phạm vi trong một block code (tức là trong cặp {}), bạn nên sử dụng?

var

let

const

both let and const

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  • Đâu là một tính năng mới được giới thiệu trong ES6?

Arrow Functions

Classes

Modules

All of the above

3.

FILL IN THE BLANK QUESTION

20 sec • 1 pt

  • Cú pháp để tạo một lớp mới trong ES6 là gì?

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  • Làm thế nào để xuất một hàm từ một module trong ES6?

  • export function myFunction() { }

module.exports = myFunction

  • require('myFunction')

  • import myFunction from 'module'

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  • Cú pháp nào là đúng để tạo một Arrow Function?

function() => { }

() => { }

-> { }

=> { }

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Phương thức nào được sử dụng để tạo một mảng mới bằng cách biến đổi từng phần tử của mảng gốc?

filter()

map()

reduce()

forEach()

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  • Spread operator trong JavaScript được biểu diễn bằng dấu nào?

*

&

...

%

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?