- 3
JavaScript
Fill in the blanks to declare a constant num and an arrow function calc. _____num = 5; const calc = (x, y, z = num)___ { return x + y + z; }
3 Respuestas
+ 3
We can't help you like that.
As Abhay suggested please go through lessons.
https://www.sololearn.com/learn/JavaScript/2969/
https://www.sololearn.com/learn/JavaScript/2970/
+ 2
Hi go through the course again
0
Comment to each quiz is at lower left, not upper right.
https://www.sololearn.com/post/131750/?ref=app