JavaScript28

JavaScript28

6th Grade

16 Qs

quiz-placeholder

Similar activities

Ch 6 Sun-Earth-Moon System

Ch 6 Sun-Earth-Moon System

6th Grade

20 Qs

Interactions in an Environment

Interactions in an Environment

6th - 8th Grade

12 Qs

三年级科学(单元3练习2:营养素)

三年级科学(单元3练习2:营养素)

1st - 10th Grade

15 Qs

kitaran air semulajadi

kitaran air semulajadi

5th - 6th Grade

20 Qs

Photosynthesis

Photosynthesis

6th - 8th Grade

13 Qs

Physics & Energy Quiz Review

Physics & Energy Quiz Review

6th Grade

15 Qs

Grade 8 - Energy

Grade 8 - Energy

6th - 8th Grade

20 Qs

Tryout IPA kelas 6

Tryout IPA kelas 6

6th Grade

20 Qs

JavaScript28

JavaScript28

Assessment

Quiz

Science

6th Grade

Hard

Created by

Анна Кот

Used 20+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

До посилання <a href="..." id="link"> доданий обробник подій. Який код потрібно додати в функції, щоб перехід за посиланням не здійснився?

event.stopPropagation()

return false

event.cancel()

event.preventDefault()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Які події НЕ викликаються мишкою?

focus

click

keydown

mousedown

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Які із подій виникають при натисненні клавіши "Shift"?

keydown

keyup

keypress

ні одна із перерахованих

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Який код виведе на сторінці в блоці <div id = "elem"></div> текст '<h1>hello</h1>', якщо let elem = document.querySelector('#id')

elem.innerHTML = '<h1>hello</h1>'

elem.innerText = '<h1>hello</h1>'

elem.textContent = '<h1>hello</h1>'

elem.setText = '<h1>hello</h1>'

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

setInterval(func, 100) викликає функцію func ...

через кожних 100мс

через 100с

через кожних 100с

через 100мс

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Виберіть правильні варіанти запису функції.

let message = function(){ alert('hello') }

function message(){ alert('hello') }

() => { alert('hello') }

message() => { alert('hello') }

7.

FILL IN THE BLANK QUESTION

3 mins • 1 pt

Media Image

Яке число виведеться в консоль?

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?