`(any).tamp` method should log the object and then return it. It should be applicable to all data types. ```js "string".tap() // => "string" {foo: "bar"}.tap() // => {foo: "bar"} ```