我的控制器中有一個名爲myList的對象數組。 我想要一個乾淨的方式來檢查對象數組是否已經有一個特定的id對象。 對象的結構是這樣的:在我的代碼在控制器 function onInit() {
$log.debug(ctrl);
ctrl.myList.includes = function(id) {
var found = false;
for (v
每一個在我的列表中的元素的一個數組持有的意見,如 for (let i = 0; i < myList; i ++) {
myList[i][‘comments’] = [];
}
我的失敗嘗試: if (someCondition) {
// insert from index k to the end of the array
myList[‘comment