Câu hỏiKết quả là gì? const map = ['a', 'b', 'c'].map.bind([1, 2, 3]); map(el => console.log(el)); 1 2 3a b cAn error is thrownSomething elseTrả lời