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

Monday, November 19, 2012

Codecademy: "Billions of Booleans"


#sample solution


# test_1 should be true
test_1 = true && true

# test_2 = should be true
test_2 = !false || false

# test_3 = should be false
test_3 = !true && false

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts