I have the following expression:
public mySentences:Array = [ {id: 1, text: \'Sentence 1\'}, {id: 2, text: \'Sentence 2\'}, {id: 3,
public mySentences:Array = [ {id: 1, text: 'Sentence 1'}, {id: 2, text: 'Sentence 2'}, {id: 3, text: 'Sentence 3'}, {id: 4, text: 'Sentenc4 '}, ]; OR public mySentences:Array = [ {id: 1, text: 'Sentence 1'}, {id: 2, text: 'Sentence 2'}, {id: 3, text: 'Sentence 3'}, {id: 4, text: 'Sentenc4 '}, ];