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
Deno - Next Generation JavaScript RuntimeJSConf via YouTube How I Got 1600 Stars on GitHub in 2 Months of Open Source Work
JSConf via YouTube Is it Okay to Pursue Functional Programming on Frontend - JSConf Korea
JSConf via YouTube If - Extensible Design - Return "Work Life Balance"
JSConf via YouTube React x Web Components - How It Is and How It Could Be
JSConf via YouTube