JS/DOM/JQuery/HTML/CSS

JS/DOM/JQuery/HTML/CSS

University

18 Qs

quiz-placeholder

Similar activities

CodeFlix

CodeFlix

University

20 Qs

Recap on JavaScript and HTML

Recap on JavaScript and HTML

University

18 Qs

Revisão Introdução Web 2º Bimestre

Revisão Introdução Web 2º Bimestre

University

16 Qs

Quiz 2 Front-End Development

Quiz 2 Front-End Development

University

20 Qs

HTML and CSS Review

HTML and CSS Review

3rd Grade - Professional Development

17 Qs

CSS_1

CSS_1

6th Grade - Professional Development

15 Qs

SEM 1 2021 QUIZ 1 (5%) - Chapter 1 - 7

SEM 1 2021 QUIZ 1 (5%) - Chapter 1 - 7

University

20 Qs

quiz 2nd/3rd year

quiz 2nd/3rd year

University

21 Qs

JS/DOM/JQuery/HTML/CSS

JS/DOM/JQuery/HTML/CSS

Assessment

Quiz

Computers

University

Medium

Created by

Lay Jones

Used 36+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 10 pts

jQuery is a programming language

True

False

2.

MULTIPLE CHOICE QUESTION

45 sec • 10 pts

Which method selects the first matching element in the document?

document.querySelectorAll()

document.getElementsByClass()

document.querySelector()

document.getElementsByTagName()

3.

MULTIPLE CHOICE QUESTION

45 sec • 10 pts

Which symbol does jQuery use as a shortcut for jQuery?

%

&

.

$

4.

MULTIPLE SELECT QUESTION

45 sec • 10 pts

What are the preferred (modern) coding conventions for declaring variables?

const

var

let

mkdir

5.

MULTIPLE CHOICE QUESTION

45 sec • 10 pts

What is the correct syntax for string interpolation?

`${}`

'%{}'

${}

`%{}`

6.

MULTIPLE SELECT QUESTION

45 sec • 10 pts

How do you add elements into an array?

.add()

.push()

.shift()

.pop()

7.

MULTIPLE SELECT QUESTION

45 sec • 10 pts

Why would you want to use jQuery over vanilla Javascript?

Because I don’t want to write double the code

For easier DOM manipulation

Because I like seeing $$$ signs everywhere on my screen

Because I prefer chocolate JavaScript

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?