संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
TypeScript, ऑब्जेक्ट-ओरिएंटेड प्रोग्रामिंग भाषा है. इसमें डेटा टाइप के लिए, टाइप के नाम का इस्तेमाल किया जाता है. यह भाषा, JavaScript में कंपाइल होती है. TypeScript, JavaScript का सुपरसेट है. यह JavaScript की सभी सुविधाओं के साथ-साथ, स्टैटिक टाइपिंग की सुविधा भी देता है. हालांकि, स्टैटिक टाइपिंग का इस्तेमाल करना ज़रूरी नहीं है.
TypeScript टूल की मदद से, उन गड़बड़ियों का पता लगाया जा सकता है और उन्हें रोका जा सकता है जो शायद आपको सामान्य JavaScript में न दिखें.
इंस्टॉल करने के बाद, आपके पास अपने कोड में google.ima ऑब्जेक्ट से एक्सपोज़ किए गए सभी टाइप का ऐक्सेस होता है. Visual Studio Code जैसे सोर्स कोड एडिटर में, IMA के तरीकों और प्रॉपर्टी के लिए, कोड पूरा होने और कॉन्टेंट असिस्ट की सुविधा का भी फ़ायदा लिया जा सकता है.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-03-07 (UTC) को अपडेट किया गया."],[[["TypeScript is a strongly typed, object-oriented programming language that compiles to JavaScript and supports all of JavaScript's features plus optional static typing."],["TypeScript tooling helps in detecting and preventing bugs that might go unnoticed in plain JavaScript."],["DefinitelyTyped is an open-source project containing type declaration files for various packages, including the IMA SDK library."],["Installing the IMA types using npm from the @types/google-interactive-media-ads package gives you access to all types exposed by the google.ima object."],["After installation, source code editors with features like code completion and content assist can be used to take full advantage of IMA methods and properties."]]],[]]