Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created September 13, 2016 08:52
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 codecademydev/4ebe807239cbb045519dde66be0859bf to your computer and use it in GitHub Desktop.
Save codecademydev/4ebe807239cbb045519dde66be0859bf to your computer and use it in GitHub Desktop.
Codecademy export
if ("Jon".length * 2 / (2+1) === 2)
{
console.log("Thank you!");
}
else
{
console.log("Error Error Error");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment