DEV Community

Discussion on: Add JSDoc to your JavaScript Code

Collapse
 
functional_js profile image
Functional Javascript

Correct.

And you get all the type inferences and all the squigglies that Typescript gives you, while coding in pure JavaScript.

A strongly-typed design-time experience, with no transpiling step.