DEV Community

Discussion on: Method Chaining in JavaScript

Collapse
 
kozakrisz profile image
Krisztian Kecskes

I remember when I tried to solve this chaining thing some years ago. It was full of mistery. I think this is the reason why beginners shout start with the basics things aka reference and primitive types, contexts, closure etc... Thanks for the clear article. It can be useful for a lot of people.

Collapse
 
nedsoft profile image
Chinedu Orie • Edited

You're perfectly right Krisztian, some concepts are better and more naturally understandable with time. At some point, I used to battle with understanding chaining both in PHP but now, understanding it is just seamless. Thank you.