Which is the right way of accessing a function fetch() from an h1 element in JSX?
<h1>{fetch()}</h1>
<h1>${fetch()}</h1>
<h1>{fetch}</h1>
<h1>${fetch}</h1>
This question is part of this quiz :