Skip to content

Instantly share code, notes, and snippets.

View dickienaut's full-sized avatar
💭
Working the problem.

Lyle Dickie dickienaut

💭
Working the problem.
View GitHub Profile
// 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')