Skip to content

Commit

Permalink
Update 003_data.js
Browse files Browse the repository at this point in the history
  • Loading branch information
version-1 committed Apr 20, 2024
1 parent 36691a6 commit 39329b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 0200-js-base/002_class/003_data.js
Expand Up @@ -115,7 +115,7 @@ class List {
* XXX: filter関数は使わずにfor文、while文を活用して実装しましょう
*
* @param {Number} target
* @return {Number[]}
* @return {List}
*/
filter(target) {
const res = new List([])
Expand Down

0 comments on commit 39329b5

Please sign in to comment.