
Quizz_Array

Quiz
•
Education
•
1st - 5th Grade
•
Hard
Bach Nguyen
Used 2+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Vòng lặp nào sau đây sẽ chạy 25 lần?
for ( var i = 1; i < 26; i ++ )
for ( var i = 30 ; i > 5 ; i -- )
for(var i=0; i<25; i++)
for ( var i = 25 ; i > 0 ; i -- )
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Kết quả đoạn code sau là gì?
console.log("22" < "134");
True
False
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Câu lệnh nào dưới đây trả về kết quả "false"?
'myName'.length > 2
'inputControl'.length < 4
3 * 4 < 15
3*5 <= 15
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Kết quả của đoạn code sau là ?
console.log(-(--a) * ++a - a);
var a = 3;
-9
4
NaN
undefined
5.
MULTIPLE CHOICE QUESTION
1 min • 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,
Orange,
Lemon,
Kiwi,
Apple,
Mango
Banana,
Lemon,
Kiwi,
Apple,
Mango
Banana,
Orange,
Apple,
Mango
6.
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
7.
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, false, false
true, true, true
false, false false
Create a free account and access millions of resources
Similar Resources on Wayground
12 questions
İnternette Arama Yapmak

Quiz
•
3rd - 4th Grade
15 questions
Türkçe Ses Olayları

Quiz
•
5th - 6th Grade
20 questions
Cuestionario de futbol

Quiz
•
1st Grade
15 questions
FinalTest

Quiz
•
1st - 2nd Grade
20 questions
B1-4

Quiz
•
1st Grade
15 questions
LIÊN KẾT CÂU

Quiz
•
5th Grade
12 questions
Primo: Test Your Knowledge!

Quiz
•
5th Grade
16 questions
Preteritum

Quiz
•
1st Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade