Cho đoạn code sau, đâu là đáp án đúng?
let a = [1, 2, 3];
let b = [1, 2, 3];
let c = '1,2,3';
console.log(a == c);
console.log(b == c);
console.log(a == b);
MD1_Ôn tập 2
Quiz
•
Education
•
1st - 5th Grade
•
Hard
Bach Nguyen
Used 4+ times
FREE Resource
35 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cho đoạn code sau, đâu là đáp án đúng?
let a = [1, 2, 3];
let b = [1, 2, 3];
let c = '1,2,3';
console.log(a == c);
console.log(b == c);
console.log(a == b);
true, true, false
true, true, true
true, false, false
false, false false
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cho đoạn code sau, đâu là đáp án đúng?
const fruits = ["Banana", "Orange", "Apple", "Mango"];
fruits.pop();
Orange,
Apple,
Mango,
Banana
Banana,
Orange,
Apple,
Mango
Orange,
Apple,
Mango
Banana,
Orange,
Apple
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cho đoạn code sau, đâu là đáp án đúng?
const fruits = ["Banana", "Orange", "Apple", "Mango"];
fruits.unshift("Lemon", "Pineapple");
Lemon,
Pineapple,
Banana,
Orange,
Apple,
Mango
Pineapple,
Banana,
Orange,
Apple,
Mango,
Lemon,
Banana,
Orange,
Apple,
Pineapple,
Lemon
Banana,
Orange,
Apple,
Mango,
Lemon,
Pineapple,
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cho mảng sau:
const number = [3, 6, 8, 2, 1, 5, 5, 6, 5, 4, 5, 5];
Độ dài của mảng trên là?
10
11
12
13
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cho đoạn code sau, đáp án đúng là
const fruits = ["Banana", "Orange", "Apple", "Mango", "Apple"];
let index = fruits.indexOf("Apple", 3);
1
2
3
4
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cho đoạn code sau, đâu là đáp án đúng?
const fruits = ["Banana", "Orange", "Apple", "Mango"];
fruits.splice(2, 0, "Lemon", "Kiwi");
Banana,
Orange,
Apple,
Lemon,
Kiwi,
Apple,
Mango
Banana,
Lemon,
Kiwi,
Apple,
Mango
Banana,
Orange,
Lemon,
Kiwi,
Apple,
Mango
Banana,
Orange,
Apple,
Mango
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
1. Trang HTML sau sẽ hiển thị gì trên trình duyệt?
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<!-- Hà Nội mùa thu -->
1945 - 2017
</body> </html>
<!-- Hà Nội mùa thu -->
1945 – 2017
Hà Nội mùa thu1945 – 2017
1945 – 2017
Không hiển thị gì
40 questions
Bộ đề Trắc nghiệm Tin học 5 - HK1
Quiz
•
1st - 5th Grade
34 questions
Espaço-4.0
Quiz
•
1st Grade
30 questions
CÂU HỎI ICDL LỚP 5
Quiz
•
1st - 5th Grade
38 questions
MD1_Javascript
Quiz
•
1st - 5th Grade
30 questions
Nhập môn KHGD 1
Quiz
•
1st Grade
32 questions
KHTN 7 - Bài 4: Phân tử, đơn chất, hợp chất
Quiz
•
1st - 5th Grade
30 questions
ÔN TOÁN ĐẦU NĂM LỚP 4
Quiz
•
4th Grade
30 questions
ÔN THI TN 2023 001
Quiz
•
4th - 12th Grade
15 questions
Character Analysis
Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
10 questions
American Flag
Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25
Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade
15 questions
Character Analysis
Quiz
•
4th Grade
10 questions
American Flag
Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25
Quiz
•
5th Grade
11 questions
Decimal/fraction conversions quick check
Quiz
•
5th - 7th Grade
10 questions
Identifying equations
Quiz
•
KG - University
14 questions
IREAD-3 Practice Test
Quiz
•
3rd Grade
15 questions
Multiplication Facts
Quiz
•
4th Grade