Created
          December 6, 2019 04:16 
        
      - 
      
 - 
        
Save brunopgalvao/ccf1eed5212835726a4b332bf83fda50 to your computer and use it in GitHub Desktop.  
    ugly xmas sweater template for custom sweater :)
  
        
  
    
      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 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