From b3e7d0c9425aa30f26101f8ccdd4856c7c480e0b Mon Sep 17 00:00:00 2001 From: lmj01 Date: Mon, 8 Jan 2024 12:00:13 +0800 Subject: [PATCH] Update function.js --- cpl/js/function.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpl/js/function.js b/cpl/js/function.js index 69d2b0b..fa52395 100644 --- a/cpl/js/function.js +++ b/cpl/js/function.js @@ -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)})) \ No newline at end of file +console.log('fO', fN, fN((r)=>{console.log('recall', r)}))