Created
September 12, 2016 14:16
-
-
Save ashhitch/6d7cac23e23627930745380ef0e023b4 to your computer and use it in GitHub Desktop.
Helpful JavaScript
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 value = condition ? 'some value' : 'another value'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment