Javascript’s prototypal inheritance, for a C# developer
The other day I put up a post with some quick bullet points about objects in javascript to help someone from a static, strongly typed language (like C# or Java) background understand javascript’s dynamic and loose type system. One important thing I haven’t talked about yet is the way inheritance work in javascript, which again, …
Javascript’s prototypal inheritance, for a C# developer Read More »