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

Saturday, February 10, 2018

Codeschool Cliffs of Value Sample Solution: Concatenating a Mystery String

Answer:
"eight" + " " + 5 + " " + "six" + " " + "two" + " " + 3 + " " + 7

Codeschool Cliffs of Value Sample Solution: Special Characters In Strings

Answer:
"Quoth the raven:\n\t\"Nevermore!\""

Codeschool Cliffs of Value Sample Solution: Another Boolean Expression

Write an expression where two values are not equal which results as true

Answer:
1!=2

Codeschool Cliffs of Value Sample Solution: A Boolean Expression

Write an expression that checks whether or not two values are equal and evaluates to false

Answer:
1==2

Codeschool Cliffs of Value Modulus Sample Solution

Find an expression using two values and the modulus operator that results as 4

Answer:
32%7

This is an example of scrolling text using Javascript.

Popular Posts