Hello guys. How does someone test a new code-pen. Here is the link to my code-pen: https://codepen.io/steshie-cmd/pen/WNwGmWW.
I would like to test it in order to see if I passed the challenge or not. Any help will be highly appreciated
Hello guys. How does someone test a new code-pen. Here is the link to my code-pen: https://codepen.io/steshie-cmd/pen/WNwGmWW.
I would like to test it in order to see if I passed the challenge or not. Any help will be highly appreciated
If you want to test using test suite then you have to paste this code into your html
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
Is this what you mean?