This article was originally published on .cult by Piumi Gunawardhana. .cult is a Berlin-based community platform for developers. We write about all things career-related, make original documentaries ...
TypeScript is a variation of the popular JavaScript programming language that adds features that are important for enterprise development. In particular, TypeScript is strongly typed—meaning that the ...
There's a dialogue that goes on between TypeScript and JavaScript because, essentially, JavaScript isn't typed and TypeScript is. As Douglas Crockford points out in "JavaScript: The Good Parts," the ...