Course · Section 7: JavaScript in the Browser: DOM and Events · Lecture 76: Selecting and Manipulating Elements
The page has a `<button id='btn'>`. Set its `data-count` attribute to `5` using the dataset API.
+ 1 hidden test run on Submit.
dataset.count maps to the data-count attribute, stored as a string.
Run your code to see results.