How cdn tests work?

how i use this cdn tests? im using atom editor,i simply cant find any proper instructions for that?

Just put it as src attribute of a <script> element in your html file^^
Something like:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Document</title>
    <script src="https://rawgit.com/freeCodeCamp/testable-projects-fcc/master/build/bundle.js"></script>
</head>
<body>
    
</body>
</html>
2 Likes

Hi @jani363 could you describe what you mean by “cdn tests”.

thanks guys i got it