Help with cdn on jsfiddle

I put in the link and they asked for a library. they there isn’t anywhere to put in a library name and I don’t know my library name.

Your code so far

Your browser information:

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

Link to the challenge:

Can you provide more info?

What link did you put in and what library was asked for?

for this class free code camp

https://jsfiddle.net/#collaborate

You will need write out your html header code.

https://www.w3schools.com/html/html_head.asp

If you are still unsure, you can go through these tutorials again:
https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/define-the-head-and-body-of-an-html-document

I believe the OP is asking about the CDN link given in the project description.

Just add this at the beginning or end of the body of your document. Do not put it in the head, as it won’t work there.

<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>

It goes in where you write HTML.