We're a place where coders share, stay up-to-date and grow their careers.
function foo ({ a, b, c, d, e, f }) { // do stuff } foo({ f: false })
const weightList = { 100: "Super Thin", 300: "Thin", ... } const fontWeight = weightList[weight]
(Requires Typescript or ESNext)
const country = session?.user?.getAddress()?.country
1:
2:
3:
(Requires Typescript or ESNext)