Skip to content

Instantly share code, notes, and snippets.

@munificent
Created March 14, 2019 22:25
Show Gist options
  • Save munificent/38b367755324c032cd1e9387cd6b7ff8 to your computer and use it in GitHub Desktop.
Save munificent/38b367755324c032cd1e9387cd6b7ff8 to your computer and use it in GitHub Desktop.
var someList = [1, 2, 3, 4];
var someMap = {key: 1, another: 2};
var someSet = {1, 2, 3, 4};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment