記錄一下歷時(shí)很久的阿里暑期實(shí)習(xí)面試,3.11投遞,5.9收到意向0320 一面基本圍繞項(xiàng)目展開,沒有自我介紹課程有哪些工程相關(guān)的東西做了哪些工作 有哪些亮點(diǎn)useref 不建議使用函數(shù)式編程 immutable有沒有讀過相關(guān)的書反問代碼題 interface examScore { // 學(xué)號(hào) id: string; // 課程代號(hào) course: string; // 成績 score: number; } // 根據(jù)學(xué)生各科考試成績,輸出每個(gè)學(xué)生的總成績。輸出格式為: // {{id: '1', total: 100 }, {...