⟩ Explain dojo/ready module functions?
The dojo/ready module provides a function that registers a callback that will run once three conditions have met:
The DOM is ready
All outstanding modules of requested code have completed loading
Other registered functions with a higher priority have completed.