How to Make a Div Visible and Invisible with JavaScript?

John Au-Yeung
JavaScript in Plain English
2 min readApr 5, 2023

--

Photo by Anne Nygård on Unsplash

Sometimes, we want to make a div visible or invisible with JavaScript.

In this article, we’ll look at how to make a div visible or invisible with JavaScript.

Make a Div Visible and Invisible with JavaScript with the visibility Property

--

--