Good day. I\'m new to Type Script, using VSCode.
Getting following errors:
error TS2322: Type \'() => string\' is not assignable to type
You miss parenthesis:
var value: string = dataObjects[i].getValue(); var id: number = dataObjects[i].getId();