68. get DOM tags

medium  - accepted / - tried

Given a DOM tree, please return all the tag names it has.

Your function should return a unique array of tags names in lowercase, order doesn't matter.

Always try to find a better approach.

(2)
(155)