Learn Fetch and Promises by Building an fCC Authors Page - Step 27

Tell me what’s happening

     <p class="bio">${bio.length>50?bio.slice(0,49) : bio}</p>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36

Challenge Information:

Learn Fetch and Promises by Building an fCC Authors Page - Step 27

Hi @Mohduvais268

Where is the ellipsis?

Also, check how many characters your code is extracting.

Happy coding

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.