Skip to content

Instantly share code, notes, and snippets.

@cesarkohl
Created January 13, 2020 14:51
Show Gist options
  • Select an option

  • Save cesarkohl/b31768f4e2c2642455561701ab596ca4 to your computer and use it in GitHub Desktop.

Select an option

Save cesarkohl/b31768f4e2c2642455561701ab596ca4 to your computer and use it in GitHub Desktop.
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