We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c63f7c8 commit 208b757Copy full SHA for 208b757
chapter01/14-ES6ParameterHandling.js
@@ -14,7 +14,7 @@ function sum2 (x, y, z) {
14
z = 3;
15
return x + y + z;
16
};
17
-console.log(sum2(4,2)); //outpus 10
+console.log(sum2(4,2)); //outpus 9
18
19
//******* EcmaScript 6: spread operator ('...')
20
var params = [3, 4, 5];
0 commit comments