Important Notice:

Course Content
Switch Statement
0/1
break and continue Statements
0/3
Basic Form Validation in JavaScript
0/1
JavaScript & Angular JS (Chapter- 6) M2-R5.1
About Lesson

Operators in JS:-

                      जावास्क्रिप्ट ऑपरेटर वे symbols हैं जो ऑपरेंड पर operation करने के लिए उपयोग किए जाते हैं JavaScript में operators का use किसी भी डाटा के ऊपर ऑपरेशन करने के लिए किया जाता है। या ऑपरेटर उन values के बीच के इंडिकेशन होते हैं, जो अलग-अलग कार्य जैसे कि addition, subtraction, multiplication, आदि की अनुमति देते हैं।  JavaScript Operators कुछ विशेष प्रकार के चिन्ह या symbols होतें है. जिन्हें अक्सर mathematical symbols द्वारा दर्शाया जाता है. जैसे की * multiplication, / division,% Modulus आदि 

 

Operators in JS:-

                      JavaScript operators are symbols that are used to perform operations on operands. In JavaScript, operators are used to perform operations on any data. Or operators are indirections between values that allow different operations such as addition, subtraction, multiplication, etc. JavaScript Operators are some special types of signs or symbols. Which are often represented by mathematical symbols. Such as * multiplication, / division,% Modulus etc.

error: Content is protected !!