call method dynamically typescript code example Example: call function dynamically typescript var functionName = 'myFunction'; this[functionName]();