From 1109132f09d75da9a28b649c7677bb6ce07c40c0 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:41:45 -0500 Subject: initial commit --- files/hi-in/web/javascript/index.html | 100 ++++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 files/hi-in/web/javascript/index.html (limited to 'files/hi-in/web/javascript/index.html') diff --git a/files/hi-in/web/javascript/index.html b/files/hi-in/web/javascript/index.html new file mode 100644 index 0000000000..5334101a9a --- /dev/null +++ b/files/hi-in/web/javascript/index.html @@ -0,0 +1,100 @@ +--- +title: JavaScript +slug: Web/JavaScript +translation_of: Web/JavaScript +--- +
{{JsSidebar()}}
+ +
+

JavaScript (जावास्क्रिप्ट ) एक हलकी, ऑब्जेक्ट ओरिएंटेड स्क्रिप्टिंग भाषा है। यह ज्यादातर वेब पेज़ेस के लिए इस्तेमाल की जाती है, पर ब्राउज़र के आलावा दूसरे एनवायरनमेंट जैसे Node.js, Apache CouchDB और Adobe Acrobat में भी इस्तेमाल कर सकते हैं। 

+
+ +

साइट का यह भाग सिर्फ जावास्क्रिप्ट के लिए ही है। वेब पेज़ेस से सम्बंधित जानकारी के लिए Web API और DOM देखें। 

+ +

जावास्क्रिप्ट का वर्तमान वर्ज़न ECMAScript 6 या ES 6 कहलाता है। इसे प्रायः ECMAScript 2015 भी कहते हैं।

+ +

Javascript  और Java दो अलग प्रोग्रामिंग भाषाएं हैं। 

+ +
+
+

Tutorials

+ +

Guide और Tutorials के साथ जावास्क्रिप्ट प्रोग्रामिंग सीखें 

+ +

Introductory

+ +
+
JavaScript Guide
+
आप जावास्क्रिप्ट में  नए हैं तो, इस गाइड की भाषा के माध्यम से चलना होगा।
+
JavaScript technologies overview
+
आप जावास्क्रिप्ट के लिए नए हैं, इस गाइड की भाषा के माध्यम से चलना होगा।
+
Introduction to Object Oriented JavaScript
+
जावास्क्रिप्ट में वस्तु उन्मुख प्रोग्रामिंग की अवधारणाओं का परिचय
+
+ +

Intermediate

+ +
+
A re-introduction to JavaScript
+
 अवलोकन-- उनके लिये जो पहले से ही  JavaScript जानते है |
+
+ +
+
JavaScript data structures
+
JavaScript  में उपलब्ध डाटा संरचनााएं का अवलोकन
+
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 objectsArray, Boolean, Date, Error, Function, JSON, Math, Number, Object, RegExp, StringMap, Set, WeakMap, WeakSet, 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.
+
+
+
-- cgit v1.2.3-54-g00ecf