Skip to content

Commit

Permalink
Update function.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lmj01 committed Jan 8, 2024
1 parent 4e4c1ff commit b3e7d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpl/js/function.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ const fO = (e,t) => n => {
n(f2(e,t));
}
const fN = fO(1, 2);
console.log('fO', fN, fN((r)=>{console.log('recall', r)}))
console.log('fO', fN, fN((r)=>{console.log('recall', r)}))

0 comments on commit b3e7d0c

Please sign in to comment.