Skip to content

Instantly share code, notes, and snippets.

@adisetiawan
Forked from irony/letitsnow.js
Created December 21, 2017 00:01
Show Gist options
  • Save adisetiawan/6f2f647558db384bde66af938a844047 to your computer and use it in GitHub Desktop.
Save adisetiawan/6f2f647558db384bde66af938a844047 to your computer and use it in GitHub Desktop.
God Jul Kodapor!
const outside = {weather: FRIGHTFUL}
const inside = {fire: DELIGHTFUL}
const go = places => places.some(p=>p>outside.weather)))
const snow = () => (outside.weather < inside.fire && !go(places)) {
let it = snow()
}
let it = snow()
const FRIGHTFUL = 1
const DELIGHTFUL = 1337
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment