This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | // Code your solution here this is my solution | |
| let shoeListUL = document.querySelector("#shoe-list") | |
| let shoeImg = document.getElementById('shoe-image') | |
| let shoeNameH4 = document.getElementById('shoe-name') | |
| let shoeDescriptionP = document.getElementById('shoe-description') | |
| let shoePriceSmall = document.getElementById('shoe-price') | |
| let formContainerDiv = document.getElementById('form-container') | |
| let reviewsUl = document.getElementById('reviews-list') |