Skip to content

Instantly share code, notes, and snippets.

@pixelkritzel
Created April 20, 2015 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pixelkritzel/cc4961e04647567a321f to your computer and use it in GitHub Desktop.
Save pixelkritzel/cc4961e04647567a321f to your computer and use it in GitHub Desktop.
How to trim undefined
(this.get('foobar') || '').trim();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment