Comment on Neural networks in JavaScript – free 19-part courseparentComments−aaaaaaaaaab7yFrom the top of my head:- `this`- the whole prototypal inheritance thing- class inheritance bolted on top of prototypal inheritance- arrow functions vs `function` functions−cwackerfuss7yBut none of that is going to affect our ability to do machine learning work with JavaScript−kkarakk7ydoesn't it affect complexity on an exponential scale though? codebases aren't paragons of perfection when even 2 devs are working on them
Comments
From the top of my head:
- `this`
- the whole prototypal inheritance thing
- class inheritance bolted on top of prototypal inheritance
- arrow functions vs `function` functions
But none of that is going to affect our ability to do machine learning work with JavaScript
doesn't it affect complexity on an exponential scale though? codebases aren't paragons of perfection when even 2 devs are working on them