We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d885386 commit b6bb5e6Copy full SHA for b6bb5e6
JavaScript/5-fp.js
@@ -1,6 +1,6 @@
1
'use strict';
2
3
-const singleton = (instance => () => instance)({});
+const singleton = ((instance) => () => instance)({});
4
5
// Usage
6
0 commit comments