In a project where I am working(Vue.JS Project) I found in so many places they have used this 'get' before the function, but I am not clear yet why do we need that. I have added one function with this get:
  get dataNotYetArrived(): boolean {
    return justAnExample;
  }
It will be helpful if someone can explain this to me. Thanks
 
    