Quotes help make search much faster. Example: "Practice Makes Perfect"

Monday, November 19, 2012

Codecademy: "Dare to Compare"


#sample solution


# test_1 should be false
test_1 = 1 >= 2

# test_2 = should be false
test_2 = 1 != 1

# test_3 = should be true
test_3 = 1 == 1

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts