DEV Community

Discussion on: How to build a pricing slider - HTML & Vanilla JS

Collapse
 
bl1133 profile image
Bryan Lee • Edited

There is a typo when you write "pricingInputEl.setAttribute". It should be pricingInput.el.setAttribute. And right after it says Object.keys(priceInput) and it should be Object.keys(pricingInput.data). This confused me until I saw your codesandbox. Great tutorial it's helping me alot.