Skip to content

Instantly share code, notes, and snippets.

View pageii's full-sized avatar

Pageii Studio pageii

View GitHub Profile
@pageii
pageii / EFP1-0.js
Created October 25, 2016 07:01
null created by pageii - https://repl.it/EFP1/0
var job = false, // may this come true
cash = true, // any savings?
passionate = true, // loves what you do?
knowledgable = false; // knows your stuff well?
var action = function(){
if (job) { // found a job yet?
console.log("Phew. That was close.");
return;
}