--- title: Set a Domain and a Range on a Scale --- ## Set a Domain and a Range on a Scale ### Hint 1 Use the `.domain()` and `.range()` functions. ### Hint 2 Both the the `.domain()` and `.range()` functions accept an array of two elements. ## Spoiler Alert | Solution Ahead ### Solution The `domain` and `range` functions can be chained, and the following is the solution: ```javascript ```