Use JavaScript Alerts To Debug Your Code Or Alert Visitors • Use JavaScript Alerts To Debug Your Code O...
JavaScript Alerts allow you to alert your visitors to certain things that happen on the website. They are quite intrusive and rarely used these days. They can be used to great effect on a development site to debug your code.
To create a JavaScript all you have to do is add this line anywhere in your script:
alert("THIS IS MY ALERT");
alert(myVar);
There are two different version there. The first one will create an alert that displays a hardcoded string of characters.
The second on will display the value of a variable. That variable needs to be set before the alert is generated. If not, the alert will still be generated, but it won't display any contents.
You can insert as many js alerts as you need to debug various parts of your code. You can also use JavaScript console log to debug your script. It's just as easy to use and a little less intrusive.
That's all there is to it. I hope this video helps you! If you have any questions, please leave them in the comments below. And before you go, subscribe and like :)
If you're into Wordpress, check out my WPLearningLab channel to learn more about WordPress so you can earn more for yourself, for your clients or for your business.
Sur cette page du site, vous pouvez voir la vidéo en ligne Use JavaScript Alerts To Debug Your Code Or Alert Visitors durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Full Stack Coding Tutorials 07 avril 2017, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 671 fois et il a aimé 6 téléspectateurs. Bon visionnage!