Основы JS

Quiz
•
Computers
•
5th Grade
•
Hard
Никита Корнилов
Used 103+ times
FREE Resource
13 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Что выведет на экран следующий код? alert(Math.floor(Math.random());
1
undefined
0
null
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Как правильно писать IF конструкцию в JavaScript?
if i == 5 then
if i = 5
if i = 5 then
if (i == 5)
3.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Какие из этих вариантов задают массив из элементов «a», «b»?
var a = new Array("a","b")
var a = [ "a", "b" ]
var a = ( "a", "b" )
var a = "a", "b"
4.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Чему равна длина arr.length массива arr?
var arr = [];
arr[1] = 1;
arr[3] = 33;
0
1
3
4
5.
FILL IN THE BLANK QUESTION
1 min • 1 pt
После какого HTML тега нужно вставить JavaScript?
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Как начать WHILE цикл?
while (i <= 7)
while i = 1 to 7
while (i <= 7; i++)
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Как начать FOR цикл?
for (i = 0; i <= 10; i++)
for (i = 0; i <= 10)
for (i <= 10; i++)
for i = 1 to 10
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Փոփոխականների հայեցակարգը

Quiz
•
5th Grade
10 questions
JavaScript: Coerción y Tipos de Datos

Quiz
•
1st - 10th Grade
11 questions
Цикли з лічильником. Цикли з передумовою

Quiz
•
1st - 12th Grade
10 questions
Scratch Pen Quiz

Quiz
•
KG - University
12 questions
Scratch Introduction Quiz

Quiz
•
1st - 8th Grade
17 questions
Python Quiz

Quiz
•
1st - 5th Grade
15 questions
Основи HTML

Quiz
•
5th Grade
16 questions
Компьютерные сети

Quiz
•
5th Grade
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade