- 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
Last active
March 15, 2021 08:57
build CLI binary from npm package
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment