I'm looking through the MDN web docs and have seen this parameters for Object
// Object initialiser or literal
{ [ nameValuePair1[, nameValuePair2[, ...nameValuePairN] ] ] }
However, I'm struggling to understand what I'm actually looking at, I know it's an object literal, but the bracket notation is throwing me