Why is there a comma (i.e., this part "[,") to start the array?
For example, jQuery ajax gives the following: jQuery.ajax( url [, settings ] ). Can someone explain to me why a programmer will implement code like this.
Could it be the index will start at 1 instead of 0 when using this array, so the first item is blank?
First time using stackoverflow. I tried Google and searched multiple sources (including stackoverflow) and I can't find the answer to this. Thanks for the help.