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 a4e0f0d commit 4461c1dCopy full SHA for 4461c1d
public/js/app.js
@@ -7,6 +7,8 @@
7
8
const firstName = 'Manasa';
9
10
+// parameter = argument
11
+
12
const printName = ({ firstName }, param2, param3) => {
13
console.log(firstName);
14
}
0 commit comments