📄️ DoMini()
DoMini or $ selector function
📄️ .each()
Iterates throught the elements matched, executes a callback function for each iteration.
📄️ .forEach()
Iterates throught the elements matched, executes a callback function for each iteration
📄️ .get()
Retrieve all or one of the elements matched by the DoMini object