Answer:
A. content coupling
Explanation:
When one component modifies an internal data item in another component we call this content coupling.
Function demo {
If (value & gt;0);
If-else (...)
If-else (...)
}
I’m not on the computer right now but lemme know if this doesn’t work. Try going to inspect element on your html page and then console log and your issue should show their.
You may need to add a try and catch but idk.