The list items are marked with filled circles.
Let’s change them to empty circles.

This task is part of the Full-Stack JavaScript Course
If you have any issues with it, you can ask for community help below the post
Feel free to help others if you’ve already solved the task

index.html

<ul>
  <li>JS</li>
  <li>HTML</li>
  <li>CSS</li>
</ul>