Step: Defaults: the // operator
Defaults: the // operator
a // b evaluates to a unless a produces nothing, false, or null — in which case it falls back to b. It's jq's default-value operator.
Your turn: use nickname if present, otherwise fall back to firstName.
Input:
Expected:
Step 25 of 27