DEV Community

Discussion on: Firefox developer tools can do that?

Collapse
 
jeanmachuca profile image
Jean Machuca

Hello, If you use QCObjects as the main framework in your web app you got the Tag() function that it’s pretty much the same as $ but better performance and a native stack with the .map() nested function for the list. So you can do Tag(‘my path selector’).map(e=> console.log(e)); happy coding!