Skip to content

Instantly share code, notes, and snippets.

@mgmgpyaesonewin
Created June 19, 2018 05:20
Show Gist options
  • Save mgmgpyaesonewin/89278599d413f8b8b780bdc2c579ba8f to your computer and use it in GitHub Desktop.
Save mgmgpyaesonewin/89278599d413f8b8b780bdc2c579ba8f to your computer and use it in GitHub Desktop.
let a = Object.create(null); // => {}
let a = {}; // => {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment