MDN says:
This is quite different from using the CSS property display to control the visibility of an element.
I do notice though when I make an element hidden it gets display: none;
.
In what ways is .hidden = true
different to setting display: none;
?