DEV Community

Discussion on: React.js - Interview Question - duplicate hashtag remover.

Collapse
 
uicoder511 profile image
Umang • Edited

My solution:
codesandbox.io/s/duplicate-hashtag...

+ Real-time duplicate checker
+ Works fine if string has additonal spaces
- Did not check if tags start with # ( duplicate words remover )