JavaScript
Quiz
•
Computers
•
10th - 11th Grade
•
Hard
FREE Resource
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Wybierz poprawnie zapisaną zmienną x.
var x = 10
int x = 10;
var x = 10;
var x = 10:
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Jak utworzyć funkcje w JavaScript?
var funkcja = myFunction(){
};
funkcja = function(){
};
funkcja : myFunction(){
};
var funkcja = function() {
};
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
var x = -1;
if (x > 0) {
text("x jest dodatnie!", 200, 200);
}
Jaka odpowiedź wyświetli się na ekranie?
True
False
x jest dodatnie
Nic się nie wyświetli
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Jak poprawnie zapisano pętle for?
for (var y = 40; y < 400; y += 20) {
text(y, 30, y); }
for (var y = 40; y > 400); {
text(y, 30, y); }
for (var y = 40; y < 400; y ++ 20); {
text(y, 30, y); }
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
var Book = function(title, author,) {
};
Co powinno znajdować się pomiędzy nawiasami klamrowymi?
this:title = title;
this:author = author;
thos.title = title;
thos.author = author;
this.title = title;
this.author = author;
this.title = title
this.author = author
Similar Resources on Wayground
10 questions
Prezentācijas veidošanas nosacījumi
Quiz
•
10th Grade
10 questions
Warm Up - CAI711
Quiz
•
11th - 12th Grade
10 questions
HTML/CSS Quiz
Quiz
•
10th Grade - University
9 questions
Python Basics Quiz for KS3
Quiz
•
11th Grade - University
7 questions
2TR - Alg i Prog - 01
Quiz
•
10th Grade
10 questions
Review Kotlin Day 1
Quiz
•
9th - 12th Grade
10 questions
Javascript Variables
Quiz
•
10th Grade
10 questions
Básicas de JavaScript
Quiz
•
10th Grade
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
20 questions
ELA Advisory Review
Quiz
•
7th Grade
15 questions
Subtracting Integers
Quiz
•
7th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade