this keyword in objects
this keyword in objects

this keyword in objects

this keyword in objects In JavaScript programming this keyword is a reserved keyword, where this keyword indicates an active value reference in the current JavaScript program. Like in a JavaScript function program, a function is called. Specifically, in a function declaring an object method, this keyword automatically indicates a reference to the function value variable…

0 Comments
this keyword in objects In Hindi
this keyword in objects In Hindi

this keyword in objects In Hindi

this keyword in objects In Hindi जावास्क्रिप्ट प्रोग्रामिंग में this कीवर्ड एक रिजर्व्ड कीवर्ड है, जहा this कीवर्ड मौजूदा जावास्क्रिप्ट प्रोग्राम में एक्टिव वैल्यू रेफ़्रेन्स को इंडीकेट करता है. जैसे जावास्क्रिप्ट फंक्शन प्रोग्राम में किसी फ़ंक्शन को कॉल किया जाता है। स्पेशली, किसी फंक्शन डिक्लेअर ऑब्जेक्ट मेथड में, this कीवर्ड ऑटोमेटिकली फंक्शन वैल्यू वेरिएबल ऑब्जेक्ट…

0 Comments
Methods in objects
Methods in objects

Methods in objects

Methods in objects Methods in JavaScript programming are user-created functions that are stored and processed in the properties format order of a declared object in the current function. Methods in JavaScript programs are used to apply operations to the data of a declared program object or to perform multiple actions related to the declared object.…

0 Comments
Methods in objects In Hindi
Methods in objects In Hindi

Methods in objects In Hindi

Methods in objects In Hindi जावास्क्रिप्ट प्रोग्रामिंग में मेथड्स यूजर क्रिएटेड ऐसे फ़ंक्शन होते हैं, जो मौजूदा फंक्शन में किसी डिक्लेअर ऑब्जेक्ट के प्रॉपर्टीज फॉर्मेट आर्डर में स्टोर और प्रोसेस होते हैं। जावास्क्रिप्ट प्रोग्राम में मेथड्स का उपयोग किसी डिक्लेअर प्रोग्राम ऑब्जेक्ट के डेटा में ऑपरेशन अप्लाई करने या डिक्लेअर ऑब्जेक्ट से रिलेटेड मल्टीप्ल एक्शन…

0 Comments
Accessing and modifying object properties In Hindi
Accessing and modifying object properties In Hindi

Accessing and modifying object properties In Hindi

Accessing and modifying object properties In Hindi जावास्क्रिप्ट प्रोग्रामिंग में ऑब्जेक्ट डाटा टाइप को ऐरे के रूप में की-वैल्यू पेअर के आर्डर में स्टोर होते हैं, जहाँ ऑब्जेक्ट डाटा टाइप फॉर्मेट में की जो की ऑब्जेक्ट की प्रॉपर्टीज के रूप में उपयोग किया जाता है, यह एक स्ट्रिंग फॉर्मेट में होती है, और जहा ऑब्जेक्ट…

0 Comments
Accessing and modifying object properties
Accessing and modifying object properties

Accessing and modifying object properties

Accessing and modifying object properties In JavaScript programming, object data types are stored as an array of key-value pairs in an ordered manner, where the object data type format contains the keys that are used as properties of the object, it is in a string format, and the object data type value can be any…

0 Comments
Functions that take or return other functions
Functions that take or return other functions

Functions that take or return other functions

Functions that take or return other functions In JavaScript programming, user-created functions are passed as arguments to other functions between actual and formal arguments, and other user-created program functions can also be returned. Function returns are a powerful feature of JavaScript programming. Where function features help JavaScript programmers to use higher-order, function closure features and…

0 Comments
Functions that take or return other functions In Hindi
Functions that take or return other functions In Hindi

Functions that take or return other functions In Hindi

Functions that take or return other functions In Hindi जावास्क्रिप्ट प्रोग्रामिंग में यूजर क्रिएटेड फ़ंक्शन को अन्य फ़ंक्शन में आर्गुमेंट के रूप में एक्चुअल और फॉर्मल आर्गुमेंट के बिच में पास किया जाता है, इसके साथ ही अन्य यूजर क्रिएटेड प्रोग्राम फ़ंक्शन भी रिटर्न किए जा सकते हैं। फंक्शन रिटर्न जावास्क्रिप्ट प्रोग्रामिंग की एक पावरफुल…

0 Comments
Lexical scoping and closure concepts
Lexical scoping and closure concepts

Lexical scoping and closure concepts

Lexical scoping and closure concepts Lexical scoping and closures are both fundamental function programming concepts in JavaScript programming that help JavaScript programmers to access declared program variables and manipulate tasks related to existing functions. So, let’s get to know more about lexical scoping and closure concepts in JavaScript programming. Lexical Scoping JavaScript Function Concept. Lexical…

0 Comments
Lexical scoping and closure concepts In Hindi
Lexical scoping and closure concepts In Hindi

Lexical scoping and closure concepts In Hindi

Lexical scoping and closure concepts In Hindi जावास्क्रिप्ट प्रोग्रामिंग में लेक्सिकल स्कोपिंग और क्लोजर दोनों फंडामेंटल फंक्शन प्रोग्रामिंग कन्सेप्ट हैं, जो जावास्क्रिप्ट प्रोग्रामर को डिक्लेअर प्रोग्राम वेरिएबल्स को एक्सेस करने और मौजूदा फ़ंक्शन्स से रिलेटेड टास्क को मेन्युप्लेट करने में हेल्प करते  हैं। So, let’s get to know more about lexical scoping and closure concepts…

0 Comments