Summary
The pluck() operator will pick out a property from an object, but it throws an error at run-time if the value is not an object (such as undefined). Create an operator that will pluck if the value is object or emit a default value if it is not.