Skip to content

Instantly share code, notes, and snippets.

@mjunaidi
Forked from irony/letitsnow.js
Created December 18, 2017 20:59
Show Gist options
  • Save mjunaidi/1ff48ba3b74bad90ff90aab021b85976 to your computer and use it in GitHub Desktop.
Save mjunaidi/1ff48ba3b74bad90ff90aab021b85976 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