Jan 24, 2022
Thanks Jake for your comment.
I was only talking about Global, Local and Block scope(added Block Scope as 3rd bullet point). Which I am explaining further. If we talked about module scope that can be referred by Local scope or private scope for that module it self. For example IIFE function which protects the scope safe and prevent to being global.