Complexity of selectors in web development ft React
Selectors essentially let us specify which part of HTML we are trying to target for example:
<div class="parent">
<div class="child"></div>
</div>
In the above example in order to select the child which is below the parent in JS we would have to d...
varenya.hashnode.dev4 min read