Message from JavaScript discussions

April 2017

— Are you at school for it or self learning?

— 

I highly reccomend taking advantage of all MDN has to offer here: https://developer.mozilla.org/en-US/docs/Learn/JavaScript

— No problem :>

— Sure

— This is amazing, albeit very abstract, what are you using this for?

— Plugging algorithms into a generic traversal function

— This is a clone algo: https://pastebin.com/TA9R7PNM
it talks to the big daddy here: https://pastebin.com/5qnRZkAS

Message permanent page

— Since there is no recursion, this can work on very large objects

— Regular recursive methods will overflow the call stack, depending on browser

— Ah yes, a good way to implement the Strategy pattern.

— Hi, what's up?

— Well this is some weird looking code