You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't understand this code.
It seems oneArgs is a perameter . So why we don't use
anyName.map((oneArgs) => console.log(Argument Passed: + oneArgs))
like this...
@abdullaalmaruf this rest param is to pass in a function and you don't need to declare an Array to pass in the function. In this way, you can just define your string (s) as param in function so far what I can understand
জাভাস্ক্রিপ্ট ইএস ৬(ES6): রেস্ট(Rest) প্যারামিটার | হাতেকলমে জাভাস্ক্রিপ্ট
একটা শর্টে লেখার অংশবিশেষ
https://js.zonayed.me/es6/post-8
The text was updated successfully, but these errors were encountered: