Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
softius committed Nov 18, 2021
1 parent 52b050e commit 5f4639a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
@@ -1,4 +1,4 @@
const data = [1,2,3,4,5,6];
data.filter( function (x) {
data.filter( (x) => {
return x % 2 != 0;
})

0 comments on commit 5f4639a

Please sign in to comment.