I am working on Ionic2 app. I am calling a function from a a Page. Is it possible that I use a variable name in function call. e.g.
original code: this._userDataService.getGrandQuestionsFromServer(this.passedId, newLevel)
expected code::
this._userDataService.get`${this.questionModuleName}`QuestionsFromServer(this.passedId, newLevel)