To preface, this article does not go in depth about how return values work as I’m still just a beginner. Rather, this article is more about how taking the time to understand what return values are early on will make method chaining much easier to both write and interpret. I’ve…