what is the results of using two ternirary statements on the same template literal in the same function code example
Example: string literals javascript
`string text`
`string text line 1
string text line 2`
`string text ${expression} string text`
tag`string text ${expression} string text`