Doadd(1,2) doadd(1,2,3,4) use the above arguments to sum the value. Using without any parameter receive throught the function.?
Answer / Saleem Ahmed
The function doadd(arg1, arg2, ...args) accepts one or more arguments and sums their values. If no arguments are passed, it may return an error or a default value.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the cookies in angular 2?
How would you pass data from a parent component to a child component?
How can we implement spa with angular?
What is the difference between es5 vs es6?
What is @outputs in angular 2?
What is candeactivate?
What is the difference between an observable and a promise?
Can I learn angular without knowing javascript?
Is typescript an oop?
What is the scope in angularjs?
What is pipes in angular 2?
How to share information between controllers in AngularJS?