Skip to content

Commit

Permalink
🎨 style: comment clean up
Browse files Browse the repository at this point in the history
Delete zombie comments
  • Loading branch information
marissahuysentruyt committed Mar 1, 2023
1 parent 159b298 commit a7c51f8
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions src/app.js
Original file line number Diff line number Diff line change
@@ -1,24 +1,5 @@
import "./scss/global.scss";

// TODO: follow prompt!! 😆
// validation somehow to return the matching values from table above
// const pageviewDisplay = document.querySelector(".js-pageviews");
const pagesAndPrices = {
"8": "10K",
"12": "50K",
"16": "100K",
"24": "500K",
"36": "1M"
};
// const inputSlider = document.querySelector("input[type='range']");
// const sliderInputs = Object.keys(pagesAndPrices);
// const price = sliderInputs[inputSlider.current];
// pageviewDisplay.innerText = pagesAndPrices[`${price}`];
// const spanPriceDisplay = document.querySelector(".js-input-value");
// spanPriceDisplay.innerHTML = price;

// can you add or modify the step attribute?

const pageviewCount = document.querySelector(".js-pageviews");
const pagesPerDollar = 6250;

Expand Down

0 comments on commit a7c51f8

Please sign in to comment.