Skip to content

Instantly share code, notes, and snippets.

@davidkhala
Last active March 15, 2021 08:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidkhala/2fe89f19304db9e3dba6108321b33b27 to your computer and use it in GitHub Desktop.
Save davidkhala/2fe89f19304db9e3dba6108321b33b27 to your computer and use it in GitHub Desktop.
  • Ternary Operator in some case could be simplified as a = a ? a : b => a = a || b
  • console.log() accepts 3 format symbols, %s => string, %d => integer, and %j => JSON data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment