This element contains the metadata or additional information about the webpage
<head>
This value is a shorthand for column-gap and row-gap
gap
Result of [] == ![]
true
Git is an example of this type of technology
version control
What is ‘—>’?
End of the HTML comment that starts with ‘<!—‘
What pseudo-element is used for styling selected text
::selection
Result of ‘foo’ + + ‘bar’
fooNaN
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
This JavaScript and WASM engine is used Chromium based browsers
V8
What is FCP?
Performance metric measures the time from navigation to the time when the primary content of a page is visible
This css property is used to mix backgrounds with each other
background-blend-mode: multiply
Result of
Const a = [,,,];
console.log(a.length)
console.log(a.toString())
3 / ‘,,’
A sequence of a function bundled together with references to its enclosing state
Closure
First web browser invented in 1990
Nexus
What does the <wbr> used for?
to specify the break point for a long word
Difference between adaptive and responsive?
adaptive has points, responsive more fluid
Result of typeof null === 'object'
true
4 or 2 spaces in js file?
Check eslint file
What is nested callbacks stacked below one another forming a pyramid structure
Callback Hell
What event listener type fires when the value of an <input> or <textarea> is about to be modified
beforeinput
What property is a shorthand for top: 0; left: 0; right: 0; bottom: 0;
inset: 0;
How to check if div has specific class name with js?
div.classList.contains(’visible’)
What does the 226 API error mean?
IM Used - The server has fulfilled a GET request for the resource