-
-
Save adisetiawan/6f2f647558db384bde66af938a844047 to your computer and use it in GitHub Desktop.
God Jul Kodapor!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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