Shivam Sharmashivam-sharma.hashnode.dev·Sep 19, 2023Typing your JavaScript without writing TypeScriptThe good news is that we can give TypeScript more hints about the types that flow around our JavaScript application or project without changing the project to TypeScript. JSDoc You can use JSDoc to set the types of variables. In this example, assigni...1 likeTypeScriptAdd a thoughtful commentNo comments yetBe the first to start the conversation.