Static Types in JavaScript - What, How and Why
Offered By: JSConf via YouTube
Course Description
Overview
Explore the benefits of static typing in JavaScript through this 25-minute conference talk from JSConf EU 2013. Delve into the evolution of JavaScript from a simple language for dynamic effects to its role in complex web applications. Discover how the non-strictness of JavaScript can lead to challenges and learn about technologies developed by the web community to statically check JavaScript code. Examine the advantages of adding type annotations through JSDoc or using languages that compile to JavaScript with optional typing. Gain insights into preventing errors and enhancing coding experience with modern JavaScript IDEs that leverage type information. Understand the limitations and potential improvements in code inference tools when type annotations are utilized.
Syllabus
Dmitry Jemerov: Static types in JavaScript: what, how and why -- JSConf EU 2013
Taught by
JSConf
Related Courses
What's New in Python 3.7Pluralsight Introduction to TypeScript
Udemy TypeScript 4 In-Depth
Pluralsight TypeScript for Professionals - by Basarat
Udemy TypeScript Interactive Handbook
Independent