Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save cesarkohl/f4c49cefd22db0109fcceaa165b56a57 to your computer and use it in GitHub Desktop.
var song1 = {
 title: 'Love has no rollback',
 author: 'SQL'
}
var songs = new WeakSet ([song1]);
console.log (songs);
// WeakSet {Object {title: "Love has no rollback", author: "SQL"}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment