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)}))