Search Header Logo

Quiz JavaScript2

Authored by grochot apple_user

Computers

12th Grade

Used 2+ times

Quiz JavaScript2
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Co to jest TypeScript?

Biblioteka JavaScript

Superset JavaScript

Język programowania bazujący na Java

Framework CSS

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Jakie jest główne zastosowanie jQuery?

Tworzenie aplikacji mobilnych

Manipulacja DOM i obsługa zdarzeń

Kompilacja kodu TypeScript

Tworzenie baz danych

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Która z poniższych opcji jest poprawnym sposobem deklarowania zmiennej w TypeScript?

let num: number = 5;

num: number = 5;

var num = number(5);

number num = 5;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Jak w jQuery możemy ukryć element o id ‘menu’?

hide('#menu');

$('#menu').hide();

jQuery.hide('#menu');

document.hide('#menu')

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Jak w jQuery możemy dodać klasę ‘active’ do elementu o id ‘nav’?

$('#nav').addClass('active');

$('#nav').toggleClass('active');

jQuery('#nav').className += ' active';

document.getElementById('nav').classList.add('active');

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Jakie wyrażenie w jQuery odpowiada za selekcję wszystkich elementów <p> zawierających tekst ‘Hello’?

$('p:contains('Hello')')

$('p').find('Hello')

$('p').text('Hello')

$('p').html('Hello')

Access all questions and much more by creating a free account

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

Already have an account?