- DID YOU RUN GRUNT VALIDATE?!?!?!
- Has this passed the Definition of Done/Completeness -- tech approach signoff, screenshot signoff, etc.
- Has any required automated testing been written/updated?
- Has the documentation been added/updated?
- Is there appropriate logging included?
- Does this add new modules/themes? If so:
- Has the make file been updated?
- Has moduleList been updated?
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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
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> | |
<meta name="description" content="Do Now Activity" /> | |
<meta charset=utf-8 /> | |
<title>Do Now Activity</title> | |
<style id="jsbin-css"> | |
/* Add your CSS! */ | |
.challenge1 { |
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> | |
<meta charset="utf-8"> | |
<title>JS Bin</title> | |
</head> | |
<body> | |
<p>Whassup.</p> | |