JS/DOM/JQuery/HTML/CSS

JS/DOM/JQuery/HTML/CSS

University

18 Qs

quiz-placeholder

Similar activities

Java, part I

Java, part I

11th Grade - University

20 Qs

PHP MySQL

PHP MySQL

University

15 Qs

MongoDB Mongoose

MongoDB Mongoose

University

15 Qs

Topic 7 CFD1313

Topic 7 CFD1313

University

20 Qs

CodeFlix

CodeFlix

University

20 Qs

Examen Teorico JS

Examen Teorico JS

University

20 Qs

DB Quiz 1: Queries

DB Quiz 1: Queries

University

20 Qs

Engineering ACW Semester 2 - #2 Data

Engineering ACW Semester 2 - #2 Data

University

15 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?