The name of the beach on the West Coast of the city (adjacent to Golden Gate Park)
What is Ocean Beach
The acronym CRUD stands for...
What is "Create, read, update, destroy"
This type of function can be passed into another function to be invoked at a later time
What is a callback
The heaviest animal in the world
What is a Blue whale
The color of the goalposts in American Football
What is yellow
The famous gangster once held at Alcatraz
Who is Al Capone
The first cryptocurrency
What is Bitcoin
This is a special method of an es6 class for creating and initializing object instances of that class
What is "constructor() {
}"
Tallest land animal in the world
What is a Giraffe
In bowling, when a person makes 3 strikes in a row it's called:
What is a turkey
The tower found at the top of Telegraph Hill
What is Coit Tower
The most valuable company in the world
What is Apple
This value represents the intentional absence of an object value
What is null
Category of animals living today that are the direct descendants of dinosaurs
What are Birds
The first ever Olympic games were held in...
Where is Greece
The dollar amount to ride a cable car
What is $8
The woman credited as the first programmer
Who is Ada Lovelace
The person who created Javascript
Who is Brandon Eich
Animal responsible for most human deaths/year
What are mosquitoes
The official name of a soccer field
The world famous band whose last ever full concert was held in San Francisco
Who are The Beatles
The maximum length of a tweet
What is "280 characters"
how long is?
const a = 1
const b = 2
const c = a + b
(a + b).toString()
What is the error in this code?
What is "Type error: b is not a function"
use semicolons!
The antiquated term for a group of crows
What is a 'murder' of crows
The team with the most NBA championships
Who are the Celtics