commas and brackets ! ???

commas and brackets ! ???

in tutorials and definitions
why do they write like this:

jQuery.extend( target [ , object1 ] [ , objectN ] )
what does this syntax mean ?????


why dont they write this way :
jQuery.extend( target , [object1 ] , [objectN ] )