68. get DOM tags
JavaScriptAlgorithmDOMIs this helpful ?
Share
from all members: - 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.