HTML
Styling
JS
Structure
Random
100

This element contains the metadata or additional information about the webpage

<head>

100

This value is a shorthand for column-gap and row-gap

gap

100

Result of [] == ![] 

true

100

What is FCP? 

First Contentful Paint / Performance metric measures the time from navigation to the time when the primary content of a page is visible

100

Tom Holland is well known for his role as this character, who’s well known for saying ‘With great power comes great responsibility’

Peter Parker/Spider-man

200

What is ‘—>’?

The end of the HTML comment that starts with ‘<!—‘

200

Difference between adaptive and responsive?

Adaptive - based on breakpoints, responsive - fluid

200

Result of ‘foo’ + + ‘bar’

fooNaN

200

Software development practice where developers regularly merge their code changes into a central repository, after which automated builds and tests are run

CI - continuous integration

200

12 divided by 3/5

60/3 or 20

300

What are void elements in HTML?

Tags that do not require a closing tag

300

What pseudo-element is used for styling selected text 

::selection

300

Result of 

Const a = [,,,];

console.log(a.length)

console.log(a.toString()) 

3 / ‘,,’

300

A combination of a function bundled together with references to its enclosing state

Closures

300

Laws and rules for a country or state are written on this document

Constitution

400

 What does the <wbr> used for?

To specify the break point for a long word

400

This css property is used to mix backgrounds with each other

background-blend-mode: multiply

400

Result of typeof null === 'object' 

true

400

4 or 2 spaces in js file?

Check eslint file

400

Sixth planet from the sun

Saturn

500

What event listener type fires when the value of an <input> or <textarea> is about to be modified

beforeinput

500

What property is a shorthand for top: 0; left: 0; right: 0; bottom: 0;

inset: 0;

500

How to check if div has specific class name with js?

div.classList.contains(’visible’)

500

An agreement that specifies how the data will move among providers

Peering

500

In what country is Sofia the capital?

Bulgaria

M
e
n
u