I want to know what javascript code I can use to edit the text of this word? This is not a duplicate because this has multiple divs in a div. And the target word is located in a div that is inside the more divs.
<div id="jump">
  <div class="kick">
     <div class="meet">
        <div class="balls">
           <div class="word">
             Hello
          </div>
       </div>
   </div>
 
     
    