Life Cycle hooks in LWC are in a way similar to the constructor in Apex Class
and init and render handlers in Aura Components.
During various stages of a life cycle of a component different pre-defined
methods are invoked and this is how the list goes.
* constructor()
* connectedCallback()
* renderedCallback()
* disconnectedCallback(