show
Shows all the elements specified.
- Use the spread operator (
...
) andArray.prototype.forEach()
to clear thedisplay
property for each element specified.
Shows all the elements specified.
...
) and Array.prototype.forEach()
to clear the display
property for each element specified.