Whiteboard Example 2: The Great Cookie Heist

Objective: Steal all the cookies in the break room without getting caught.

Team Members:

Task List:

Resources:

				// cookie thief.js
				function getCookie() {
					return "CHOCOATE";
				}
			
Continue to Phase 2