I also think that this is really hard to answer. OOP is easier to understand because it often maps real world problems in computer code. FP doesn't wrap the objects but the operations on that objects.
FP has no side effects which makes it easier to work with but is harder to read in my opinion.
I work with OOP but use some paradigms and patterns from FP in there (map, flatMap, etc).