Created
January 23, 2017 23:47
-
-
Save RCTumolac/66be42d9341656f948a9a1602d4d4007 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=66be42d9341656f948a9a1602d4d4007
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 && 3 === 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