Which statement about the replacer parameter in JSON.stringify() is true?( )
If null or omitted, all properties of the object are included in the resulting JSON string
If a function, transforms values and properties encountered while stringifying
If an array, specifies the names of the properties in the object to include in the resulting JSON string
All three statements are true