Last active
March 31, 2020 06:04
-
-
Save s4l4x/5351154dac8936b09453bb5e3a63c690 to your computer and use it in GitHub Desktop.
[Join Strings (with Delimeter)] Join n strings with a delimeter iff n > 1
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
{[item1, item2].filter(Boolean).join(', ')} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment