Hi I have a number of elements:
<div data-stage-1="hello">Hello</div>
<div data-stage-2="hello">Hello</div>
<div data-stage-3="hello">Hello</div>
Using Javascript how would i pull these elements into an array by matching their similar data attributes? (Not the 'hello', but the 'data-stage-x')