Created
March 6, 2017 03:51
-
-
Save venkat/76aa3ef8c5b9f8c589fd2cc8f6702b9f to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=76aa3ef8c5b9f8c589fd2cc8f6702b9f
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>My first If statment</title> | |
</head> | |
<body> | |
<h1></h1> | |
</body> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"enabledLibraries":["jquery"]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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