34719 Intermediate Trivia Questions
34719 public questions at this depth. How many can you answer?
What does NaN === NaN evaluate to?
Answer
false
Which loop iterates over iterable objects like arrays?
Answer
for...of
What is the server-side JavaScript runtime built on V8?
Answer
Node.js
Which browser storage API allows key-value pairs that persist?
Answer
localStorage
What does [] + [] evaluate to in JavaScript?
Answer
empty string
Which array method adds an element to the beginning?
Answer
unshift()
What property holds the maximum safe integer in JavaScript?
Answer
Number.MAX_SAFE_INTEGER
Which method of a Promise handles rejection?
Answer
.catch()
What error type is thrown when accessing a property of undefined?
Answer
TypeError
What keyword is used to define a generator function in JavaScript?
Answer
function*
What is the official name of the JavaScript language standard?
Answer
ECMAScript
Which podcast network was founded by 99% Invisible host Roman Mars?
Answer
Radiotopia
The Magnus Archives was distributed by which podcast company?
Answer
Rusty Quill
At which California prison was Ear Hustle originally created?
Answer
San Quentin State Prison
Who hosted the investigative podcast S-Town?
Answer
Brian Reed
Who created and hosts the music podcast Song Exploder?
Answer
Hrishikesh Hirway
Who coined the term "podcasting" in a 2004 Guardian article?
Answer
Ben Hammersley
Which podcast is a talk show where comedians improvise characters?
Answer
Comedy Bang Bang
Which podcast explores design and architecture, hosted by Roman Mars?
Answer
99% Invisible
Which podcast is a Dungeons & Dragons actual-play featuring the McElroy family?
Answer
The Adventure Zone
Which comedy podcast features comedians discussing terrible movies?
Answer
How Did This Get Made?
In 2020, which podcast signed a reported $100 million exclusive deal with Spotify?
Answer
The Joe Rogan Experience
What is the maximum dimension in pixels for a GIF image?
Answer
65535 pixels
What key feature was added in the GIF89a version?
Answer
Animation
Which CSS property sets the spacing between lines of text?
Answer
line-height
Which CSS property defines the transparency of an element?
Answer
opacity