Skip to content

Instantly share code, notes, and snippets.

@venkat
Created March 6, 2017 03:51
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 venkat/76aa3ef8c5b9f8c589fd2cc8f6702b9f to your computer and use it in GitHub Desktop.
Save venkat/76aa3ef8c5b9f8c589fd2cc8f6702b9f to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=76aa3ef8c5b9f8c589fd2cc8f6702b9f
<!DOCTYPE html>
<html>
<head>
<title>My first If statment</title>
</head>
<body>
<h1></h1>
</body>
</html>
{"enabledLibraries":["jquery"]}
//Change the code below so that the IF statement is no longer true.
if(1 < 2){
$("h1").append("1 is less than 2!");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment