Defining a variable.
What is var ~variableName~ = ~value~?
What you google to find your search results attacked by red and yellow Os.
What is Zerg Rush?
A 1 followed by 100 zeroes.
What is googol?
The four main alchemical elements
What are fire, water, earth, and air?
How comments are made.
What is //~comment~ ?
The phrase that results in the calculator showing 42.
What is the meaning of life the universe and everything?
The first twelve numbers in the fibonacci sequence.
What is 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144?
The fifth alchemical element
What is Æther?
How functions are declared.
What is var ~function~ = function(~parameters~) {
~code~
}
?
The search query that results in the ability to play a game in the debugging menu.
What is text adventure?
The equation for the area of a circle
What is ℼr2?
The material that corresponds with the sun
What is gold?
Easiest way to raise a variable by a number.
What is ~variableName~ += ~value~ ?
Google's response to the query define anagram
What is nerd fame again?
The equation for the golden ratio
What is (1 – √5) / 2?
The material that corresponds with the moon
What is silver?
How "for" loops are written.
for(var ~variableName~ = ~value~, ~boolean~, ~boolean~) {
~code~
~variableName~ += ~otherValue~;
};
The most fun easter egg currently in Google Earth
What is the flight simulator?
The largest possible integer
What is K?
The material that corresponds with both the sun and moon
What is platinum?