How to check if an element is hidden with
JavaScript
Photo by Kai Oberhäuser
If you want to check if an element is actually hidden then you can’t just access its style property with JavaScript (as the properties on the object will be empty unless you have already assigned a value with JavaScript).
Yo...
jdcentral.hashnode.dev1 min read
Rethinking UI
Good one...