Which of the following defines a property in a class in TypeScript?
property: string;
var property = "value";
function property() {}
this.property: number;
This question is part of this quiz :