
JS Base

Quiz
•
Computers
•
1st Grade
•
Medium
Bohdan Shcherba
Used 2+ times
FREE Resource
16 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Який з наведених варіантів правильно визначає функцію в JavaScript?
function myFunction { console.log("Hello World"); }
function: myFunction() { console.log("Hello World"); }
function myFunction() { console.log("Hello World"); }
myFunction = function() { console.log("Hello World"); }
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Яким буде значення змінної x після виконання наступного коду?
let x = 0;
while (x < 5) {
x++;
}
4
5
6
0
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Як за допомогою JavaScript змінити текст елементу з id "myElement" на "Hello, World!"?
document.querySelector(".myElement").textContent = "Hello, World!";
document.querySelector("#myElement").innerText = "Hello, World!";
document.querySelector("#myElement").innerHTML = "Hello, World!";
document.querySelector("myElement").textContent = "Hello, World!";
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Який з наведених виразів правильно перевіряє, чи дорівнює змінна x числу 10?
if (x = 10)
if (x == 10)
if (x === 10)
if (x != 10)
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Який тип даних у JavaScript використовується для збереження текстових значень?
Number
String
Boolean
Object
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Яким буде результат виконання наступного коду?
1
2
3
4
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Що робить наступний код?
document.getElementById("myElement").style.color = "red";
Змінює текст елементу на "red".
Змінює колір тексту елементу на червоний.
Додає новий елемент з id "myElement".
Видаляє елемент з id "myElement".
Create a free account and access millions of resources
Similar Resources on Wayground
12 questions
Excel. Діапазони, обчислення. 7 клас

Quiz
•
1st - 12th Grade
11 questions
Бази Даних

Quiz
•
1st - 12th Grade
15 questions
Typing speed

Quiz
•
1st - 5th Grade
12 questions
Masu

Quiz
•
1st Grade
12 questions
“Інтернет-маркетинг та інтернет-банкинг.

Quiz
•
1st - 12th Grade
16 questions
Gamestar Mechanic

Quiz
•
1st - 9th Grade
19 questions
Java 1.1. Знакомство с языком программирования Java

Quiz
•
1st Grade
11 questions
Css Контрольна робота

Quiz
•
1st - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Appointment Passes Review

Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
Grammar Review

Quiz
•
6th - 9th Grade