`&a=1${bool ? `&b=${b}` : ''}` // nested template strings // or `&a=1${bool ? '&b='+ b : ''}` // less confusion