JavasScript30- Day 10

Taran Arora
1 min readJun 25, 2019

We’re given an HTML page that displays a collection of input HTML elements of type checkbox, each followed by a p HTML element that will have it's text contents striked through when input is checked. Write the necessary JavaScript code to allow a user to select multiple items while holding down the shift key.

--

--