Created
January 13, 2020 14:51
-
-
Save cesarkohl/b31768f4e2c2642455561701ab596ca4 to your computer and use it in GitHub Desktop.
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
| var song1 = { | |
| title: 'Love has no rollback', | |
| author: 'SQL' | |
| } | |
| var songs = new Set ([song1]); | |
| console.log (songs); | |
| song1 = null; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment