Tb.toString = () => JSON.stringify(b) function toStringReplacer ( object ) { if ( object && object .toString) object .toString = () => JSON.stringify( object ) return object } toStringReplacer({d: 33}).toString() //worksComment·Thread·Aug 11, 2018·Array Confusion In javascript
Tthis resolution is specially confusing in JS. I'd double check that. Other than that, are you sure the inheritance is working properly?Comment·Thread·Aug 11, 2018·Prototype confusion in Javascript !!
TI have probably 23427 ideas about what I could do besides programming.Comment·Thread·Aug 11, 2018·Would you rather do something other than programming?
TNode is the new s**it right now. I'd take a look at both, but focus on one, whatever you feel better using.Comment·Thread·Aug 11, 2018·1·Learning Python or Javascript/node for backend work?Which is in more demand?
TPragmata Pro. It's very polished, condensed too, it feels like the lines become shorter.Comment·Thread·Aug 11, 2018·Programming font of choice?
TVisual studio code. It's killer.Comment·Thread·Aug 11, 2018·What text editor/IDE do you use and why?