Skip to content

Instantly share code, notes, and snippets.

@katepapineni
Created July 19, 2020 16:09
Show Gist options
  • Save katepapineni/f5cf27e559edf0515afe13c8b58141ea to your computer and use it in GitHub Desktop.
Save katepapineni/f5cf27e559edf0515afe13c8b58141ea to your computer and use it in GitHub Desktop.
// What is the output?
const object = {};
console.log(!!Object.keys(object).length);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment