This translation is incomplete. Please help translate this article from English.
JavaScript® (often shortened to JS) is a lightweight, interpreted, object-oriented language with first-class functions, most known as the scripting language for Web pages, but used in many non-browser environments as well such as node.js or Apache CouchDB. It is a prototype-based, multi-paradigm scripting language that is dynamic, and supports object-oriented, imperative, and functional programming styles. Read more about JavaScript.
JavaScript का स्तर ECMAScript है. 2012 से, सभी आधुनिक ब्राउज़र पूरी तरह से ECMAScript 5.1 सपोर्ट करते हैं। पुराने ब्राउज़र कम से कम ECMAScript 3 सपोर्ट करते है | एक 6th प्रमुख संशोधन के कार्यों में है।
साइट के इस भाग में , JavaScript भाषा में ही करने के लिए समर्पित है वेब पृष्ठों, या अन्य मेजबान वातावरण के लिए विशिष्ट नहीं कर रहे हैं । वेब पृष्ठों के लिए विशिष्ट एपीआई के बारे में जानकारी के लिए, Web APIs और DOM देखे.
जावास्क्रिप्ट और जावा प्रोग्रामिंग भाषा के साथ कंफ्यूज होने की जरूरत नहीं है। जावा एक ट्रेडमार्क या पंजीकृत ट्रेडमार्क अमेरिका और अन्य देशों में ऑरेकल का है।
Tutorials
सीखे program with JavaScript.
Introductory
- JavaScript Guide
- आप जावास्क्रिप्ट में नए हैं तो, इस गाइड की भाषा के माध्यम से चलना होगा।
- JavaScript technologies overview
- आप जावास्क्रिप्ट के लिए नए हैं, इस गाइड की भाषा के माध्यम से चलना होगा।
- Introduction to Object Oriented JavaScript
- जावास्क्रिप्ट में वस्तु उन्मुख प्रोग्रामिंग की अवधारणाओं का परिचय।
Intermediate
- A re-introduction to JavaScript
- overview-- उनके लिये जो पहले से ही JavaScript जानते है |
- JavaScript data structures
- JavaScript में उपलब्ध Data Structures का अवलोकन
- Equality comparisons and when to use them
- JavaScript तीन अलग अलग मूल्य तुलना आपरेशनों प्रदान करता है: strict equality using
===and loose equality using==.
Advanced
- Inheritance and the prototype chain
- व्यापक रूप से गलत समझा और कम अनुमान प्रोटोटाइप आधारित विरासत की व्याख्या।
- Strict mode
- JavaScript का एक प्रतिबंधित संस्करण।
- JavaScript typed arrays
- JavaScript एक arrays टाइप का है और raw binary data एक्सेस करने के लिये मैकेनिज्म प्रदान करता है |
- Memory Management
- JavaScript में मेमोरी लाइफ साइकिल और गार्बेज संग्रहण।
Reference
पूरा JS reference डॉक्यूमेंटेशन ब्राउज करे|
- Standard objects
- गेट टू know स्टैण्डर्ड built in objects
,ArrayBoolean,Date,Error,Function,JSON,Math,Number,Object,RegExp,String,Map,Set,,WeakMapWeakSet, and others. - Expressions & operators
- Learn more about the behavior of JavaScript's operators
instanceof,typeof,new,this, and more. - Statements & declarations
- Learn how
do-while,for-in,for-of,try-catch,let,var,const,if-else,switch, and more JavaScript statements and keywords work. - Functions
- Learn how to work with JS functions to develop your applications .
Tools & resources
Helpful tools while writing and debugging your JavaScript code.
- Firefox Developer Tools
- Scratchpad, Web Console, JavaScript Profiler, Debugger, and more.
- Firebug
- Edit, debug, and monitor CSS, HTML, and JavaScript live in any web page.
- JavaScript Shells
- A JavaScript shell allows you to quickly test snippets of JavaScript code.
- TogetherJS
-
Collaboration made easy.
- Stack Overflow
- Stack Overflow questions tagged with "JavaScript".
- JavaScript versions and release notes
- Browse JavaScript's feature history and implementation status.
Join the JavaScript community
- IRC: #js (learn more)
- ES discuss: esdiscuss.org
- SpiderMonkey: Project page
- Twitter: @FirefoxNightly

