CSS selector generator
Problem Statement -
Given a root node and target node, generate a CSS selector from the root to the target. Provide an exact selection.
Example
Input:
<div id="root">
<article>Prepare for interview</article>
<section>
on
<p> <span>
javasc...
sumitmupadhyay.hashnode.dev2 min read