Input range (linear)

- Jump to a specific value
- Spacing between values (d)

Output range

- How many values? (n)
  • linear
  • nonlinear (quadratic ease-in)
  • nonlinear (quadratic ease-out)
A beginner programmer passionate about JavaScript and deeply curious about the beauty of math. I'm building small personal projects to learn, grow, and explore how code and mathematics come together.
This project explores how to map values from one range to another - a simple but powerful concept used in animation, UI design, data visualization, and more. It's part of my learning journey as I dive deeper into JavaScript and the math behind coding.