Skip to content

Instantly share code, notes, and snippets.

View cointilt's full-sized avatar
🍣
West Coast Keto!

Will Ayers cointilt

🍣
West Coast Keto!
View GitHub Profile
// Check existence
function exists(thing) {
return (typeof thing !== 'undefined' && thing !== null) ? thing : undefined;
}
/*
Usage...
var options = {
latitude: 0,