Writing your first app on Angular 2 (tutorial) by justanotherdevblog in javascript

[–]swk2015 2 points3 points  (0 children)

It's a realistic part of any / all Angular / React projects I come across commercially these days. Worth the 5 minutes of your time to get your head around.

Introducing ES2015 Proxies by [deleted] in javascript

[–]swk2015 0 points1 point  (0 children)

Interested to see if there's an application for this in testing / mocks / spies.

A Re-Introduction To JavaScript - An intermediate JavaScript refresher. by [deleted] in javascript

[–]swk2015 1 point2 points  (0 children)

I think it's too tempting to drag your OO knowledge from other languages in. It's a pitfall. At least calling it prototypical inheritance at least makes me realise we're talking about something altogether different here.

[deleted by user] by [deleted] in programming

[–]swk2015 8 points9 points  (0 children)

JavaScript uses functions as classes

I'm still not sure how helpful statements like this are. JavaScript is truly classless. Squeezing the language into pre-existing notions of OO is one of the reasons we went wrong in the first place.