The 'Remove duplicate code' in section '3 - Functions' has an unnecessary misleading statement: ``` function showList(employees) { ... // the following line is unnecessary var favoriteManagerBooks = getMBAList() ... } ```