Skip to content

Instantly share code, notes, and snippets.

@davidkhala
Last active March 15, 2021 08:57
  • 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