JS Enabling
We know that JavaScript is browser scripting language. We need to enable JavaScript in your browser in order to experience the interactivity of JavaScript.
Check whether JS is enabled or not ?
Try out the following JS Example by clicking on the “Try it yourself” button and see the output. If you are able to see the current date in browser then we can say that JS is enabled in your browser.
<html> <body> <h1>Our First JS Code</h1> <script type="text/javascript"> document.write("<p>" + Date() + "</p>"); </script> </body> </html>
If you are unable to see the current date as output then your JS is either disabled or your browser does not support JavaScript.
How do I enable JS in Famous browsers :
Refer the below table, Depending on the browser you are currently using following the required steps to enable JS in your browser.
No. | Browser Name | Enabling Steps |
---|---|---|
1 | Internet Explorer | click Here |
2 | Opera | click Here |
3 | Mozilla firefox | click Here |