What will be rendered?

Report a typo

Look at the JSX code below and select the element that will be rendered.

const num = 8;
const element = <p>{num} is {num > 10 ? 'bigger' : 'smaller'} than 10</p>;
Select one option from the list
___

Create a free account to access the full topic