Skip to content

Instantly share code, notes, and snippets.

@brunopgalvao
Created December 6, 2019 04:16
Show Gist options
  • Save brunopgalvao/ccf1eed5212835726a4b332bf83fda50 to your computer and use it in GitHub Desktop.
Save brunopgalvao/ccf1eed5212835726a4b332bf83fda50 to your computer and use it in GitHub Desktop.
ugly xmas sweater template for custom sweater :)
const ugly =
(x) => true
console.log(ugly(
{
name: 'sweater',
type: 'xmas'
}
) ?
'UGLY XMAS SWEATER'
: null)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment