Sololearn: Learn to Code
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 4
In JS, 'arguments' is a local variable within functions, which you can use to access the arguments you have passed to a function. It is an implicitly-declared binding, which means that you don't have to declare it yourself to use it. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/arguments
18th Jan 2023, 6:57 AM
Hatsy Rei
Hatsy Rei - avatar