{"css":"","js":"function findAllOccurrences(arr, target) {\n    var m =[]\n   arr.forEach(function(c,index){\n       if(c===target){\n           m.push(index)\n       }\n   })\n    return m\n}","html":"","libs":[]}