Skip to content

Instantly share code, notes, and snippets.

@hagbarddenstore
Created September 8, 2013 11:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hagbarddenstore/9a18e71fb60e30d02cd7 to your computer and use it in GitHub Desktop.
Save hagbarddenstore/9a18e71fb60e30d02cd7 to your computer and use it in GitHub Desktop.
if ("Jon".length * 2 / (2+1) === 2 );
{
console.log("The answer makes sense!");
}
else
{
console.log("Error Error Error");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment