Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit860a62b

Browse files
committed
Added Binary Tree
1 parentd301ed6 commit860a62b

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
constemployeesName=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)

[8]ページ先頭

©2009-2025 Movatter.jp