To honest, I am also new to the functor pattern myself. The most common real-world example (at least claimed to be) is the Maybe functor. The following referenced article goes into some detail on this.
http://mattfield.github.io/javascript/2013/07/28/taking-things-out-of-context-functors-in-javascript/