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

Disadvantage of JavaScript:-

Client-Side Security:-

                 ये code execute होता है users के computer से, इसलिए कुछ cases में इसे exploit भी किया जा सकता है malicious purposes के लिए यही वो एक मुख्य कारण है जिसके लिए कुछ लोग JavaScript को disable करना ज्यादा पसंद करते हैं।

Browser Support:-

           JavaScript को कभी कबार अलग अलग browsers में differently interpret किया जाता है। जहाँ की server-side scripts हमेशा एक ही प्रकार का output produce करती है, वहीँ client-side scripts की output थोड़ी बहुत unpredictable होती है।

 

Disadvantage of JavaScript:-

Client-Side Security:-

              This code is executed from the user’s computer, so in some cases it can also be exploited for malicious purposes. This is the main reason why some people prefer to disable JavaScript.

Browser Support:-

              JavaScript is sometimes interpreted differently in different browsers. While server-side scripts always produce the same type of output, the output of client-side scripts is somewhat unpredictable.

error: Content is protected !!