Currently, I am expanding my knowledge of JavaScript and would like to experiment with a new idea:
On one of my web pages, there is an element:
<div class="movingWord">Screwdriver</div>
My goal is to apply a function when hovering over any letter in the word, treating it as if it were an image (such as flipping it upside down or any other effect).
Is this achievable?
Thank you so much for your help!