I am very stupid to ask about this, and I am sure that the answer is quite obvious, but I just can not understand it myself.
Take this line of code (can I call it a "line of code"? I know it as a "plan", but what is it called?) From the jQuery documentation:
jQuery.get( url [, data ] [, success(data, textStatus, jqXHR) ] [, dataType ] )
How to read it? Why are commas placed after opening brackets? What does it mean?
source
share