JavaScript
Google Easter Eggs
Math
Alchemy
100

Defining a variable.

What is var ~variableName~ = ~value~?

100

What you google to find your search results attacked by red and yellow Os.

What is Zerg Rush?

100

A 1 followed by 100 zeroes.

What is googol?

100

The four main alchemical elements

What are fire, water, earth, and air?

200

How comments are made.

What is //~comment~ ?

200

The phrase that results in the calculator showing 42.

What is the meaning of life the universe and everything?

200

The first twelve numbers in the fibonacci sequence.

What is 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144?

200

The fifth alchemical element

What is Æther?

300

How functions are declared.

What is var ~function~ = function(~parameters~) {

     ~code~

}

?

300

The search query that results in the ability to play a game in the debugging menu.

What is text adventure?

300

The equation for the area of a circle

What is r2?

300

The material that corresponds with the sun

What is gold?

400

Easiest way to raise a variable by a number.

What is ~variableName~ += ~value~ ?

400

Google's response to the query define anagram

What is nerd fame again?

400

The equation for the golden ratio

What is (1 – √5) / 2?

400

The material that corresponds with the moon

What is silver?

500

How "for" loops are written.

for(var ~variableName~ = ~value~, ~boolean~, ~boolean~) {

     ~code~

     ~variableName~ += ~otherValue~;

};

500

The most fun easter egg currently in Google Earth

What is the flight simulator?

500

The largest possible integer

What is K?

500

The material that corresponds with both the sun and moon

What is platinum?

M
e
n
u