JavaScript Dynamic List with Increasing Font Size on Click - Challenge [Project 3]

Поделиться
HTML-код
  • Опубликовано: 28 сен 2024
  • In this video, we tackle a new and exciting challenge where we dynamically create and manipulate list items in JavaScript. Each time we click the "Add 10 List Items" button, 10 new elements are added to the list, with each item having a unique number and an incrementally increasing font size. We explore key concepts like DOM manipulation, event listeners, loops, and more. This is a perfect exercise for practicing JS fundamentals while challenging yourself to solve problems creatively. Can you complete the project before the solution is revealed?

Комментарии • 2

  • @younelma
    @younelma 23 часа назад +2

    Great challenge! I really like the increasing font size feature. Nice work! 😄