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.
./Solutions
1 parent 97295e2 commit 6de76fcCopy full SHA for 6de76fc
Solutions/4-methods.js
@@ -1,6 +1,6 @@
1
'use strict';
2
3
-const methods = iface => {
+const methods = (iface) => {
4
const names = [];
5
for (const name in iface) {
6
const fn = iface[name];
0 commit comments