Someone has worked on your list and introduced some bugs.
And it shows letters instead of numbers, and their order seems to be reversed.
Make numbering with Roman numerals in the correct order as well - from I to III.

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

<ol reversed type="A">
  <li>JS</li>
  <li>HTML</li>
  <li>CSS</li>
</ol>