JS-ES6-DOM

JS-ES6-DOM

Assessment

Quiz

Created by

Lương Văn

Instructional Technology

Professional Development

1 plays

Hard

Student preview

quiz-placeholder

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Đặc điểm nào sau đây không phải là một tính năng của ES6?

Destructuring

Template literals

Hoisting

Arrow functions

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Phương thức nào của Array trong ES6 được sử dụng để thực hiện một phép toán trên từng phần tử của mảng một cách dễ dàng hơn?

filter()

map()

reduce()

forEach()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Tính năng nào sau đây không được giới thiệu trong ES6?

Classes

Modules

Promises

Observables

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Trong ES6, cú pháp nào được sử dụng để lặp qua các phần tử của một mảng?

for loop

for...in loop

for...of loop

foreach loop

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Tính năng nào trong ES6 cho phép bạn viết các đoạn mã ngắn và dễ đọc hơn khi cần kết hợp biến hoặc biểu thức vào trong chuỗi?

Template literals

String interpolation

String formatting

String concatenation

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cú pháp sử dụng của setTimeout là gì?

setTimeout(func, time)

setTimeout(time, func)

setTimeout(time)

setTimeout(func)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cú pháp sử dụng của setInterval là gì?


setInterval(func, time)

setInterval(time, func)

setInterval(time)

setInterval(func)

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?