Skip to content

Instantly share code, notes, and snippets.

@ebsen
Created March 29, 2012 17:19
Show Gist options
  • Save ebsen/2240217 to your computer and use it in GitHub Desktop.
Save ebsen/2240217 to your computer and use it in GitHub Desktop.
Various files for debugging base color of Solarized (light)
# John 3:16
For God so loved the world, that he gave his only Son, that whoever believes in him should not perish but have eternal life.
if (book === "John") {
if (chap === 3) {
if (verse === 16) {
console.log("For God so loved the world, that he gave his only Son, that whoever believes in him should not perish but have eternal life.");
}
}
} else {
console.log("This is a verse other than John 3:16.");
}

John 3:16

For God so loved the world, that he gave his only Son, that whoever believes in him should not perish but have eternal life.

# John 3:16
For God so loved the world, that he gave his only Son, that whoever believes in him should not perish but have eternal life.
if (book === "John") {
if (chap === 3) {
if (verse === 16) {
console.log("For God so loved the world, that he gave his only Son, that whoever believes in him should not perish but have eternal life.");
}
}
} else {
console.log("This is a verse other than John 3:16.");
}

John 3:16

For God so loved the world, that he gave his only Son, that whoever believes in him should not perish but have eternal life.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment