Comments In JavaScript in Hindi-कमेंट जावास्क्रिप्ट क्या है?

हेल्लो दोस्तों ! आपको जावास्क्रिप्ट के बारे में आपको पहले बताया जा चूका है आज इस पोस्ट में कमेंट(Comments JavaScript in Hindi) के बारे में दिया गया है तो चलिए शुरू करते है

Adding Comments to a JavaScript Program

JavaScript(Comments JavaScript in Hindi) में Single line और multiple line 2 तरह के comments होते है इन दोनों के बारे में निचे दिया गया है

Single line comments

single line comments को आप double back slash(//) के द्वारा add लिया जाता है इस comments के द्वारा आप केवल single line को ही comments बना सकते हो

इसका syntax निचे दिया गया है

<script type=”text/javascript”>
//this is the single line comments
javascript code is here
</script>

Multi-line comments

Multi-line comments में एक को back slash(/) में तथा एक * के द्वारा add किया जाता है इसका प्रयोग आप multiple line comments के लिए कर सकते है इस comments को आप

इसका syntax निचे दिया गया है

<script type=”text/javascript”>
/* this is the multi-line comments */
javascript code is here
</script>
Comments JavaScript in Hindi

reference-https://www.javatpoint.com/javascript-comment

 निवेदन:-आप सभी छात्र –छात्रों से निवेदन है की अगर आपको ये Topic अच्छा लगा हो तो कृपया आप इस वेबसाइट के बारे में अपने दोस्तों को जरुर बताये अगर कोई topic से संबधित प्रश्न हो तो कमेंट्स(comments) आपके लिए ही बना है और किसी Subject के लेकर भी कोई प्रश्न हो तो कमेंट करे

Leave a Comment