14
kileak
7y

After years of my own dodgy javascript codes, I've started to throw away everything I know about javascript and learn it from scratch.

Learning that functions are objects really helped in restructuring a pile of my code. Eg passing it as a parameter to be executed.

Suddenly callback functions make a lot of sense now, and I've got a new found respect for the language.

Comments
Add Comment