I am absolutly new in JavaScript and I have the following problem.
I have a script that is automatically performed when the user click on a button.
I need that this script do also the following operations:
Select an element into my DOM that have a specific ID
This element have setted an inline CSS:
style="display: block;", which have to be removed.
How can I do it?