Can you please interpret how these parameters (arguments) work in functions, I reread a lot of literature, English and Russian, I just don’t understand how it works, everything seems to be not difficult, but it’s these arguments that don’t get into my head at all. For example, I create a function:
function myFunc(a,b) { console.log(a+b); } and nicherta does not work, emphasizes to me both my arguments a and b, tried to do so
function myFunc("Hello","World") and vseravno emphasizes these arguments and swears at them, can not determine (is not defined), please help who knows
functionwordfunctionneeded when defining a function, when calling it is not. - Suvitruf ♦