Skip to content

Commit 860a62b

Browse files
committed
Added Binary Tree
1 parent d301ed6 commit 860a62b

File tree

4 files changed

+509
-1
lines changed

4 files changed

+509
-1
lines changed

Array/Polyfill.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const employees = [
1616
];
1717

1818
const employeesName = employees.map(employee => employee.name);
19-
console.log(myEmployeesName); // ["John", "Sarah", "Michael"]
19+
console.log(employeesName); // ["John", "Sarah", "Michael"]
2020
```
2121

2222
### Polyfill of map()

0 commit comments

Comments
 (0)