Skip to content

Instantly share code, notes, and snippets.

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