You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
96
-
<pclass="heading">Tips & Tricks</p>
97
-
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
94
+
<pclass="heading">About ValidateJavaScript</p>
95
+
96
+
<p>
97
+
ValidateJavaScript is an online validating (or linting) tool that will automatically find basic errors and help prevent potentially destructive bugs in JavaScript code.
98
+
Copy and paste or directly input your JavaScript code into the editor above, click the 'Find & Fix Errors' button, and the tool will parse your code and list all errors allowing you to fix them systematically.
99
+
</p>
100
+
101
+
<pclass="heading">Benefits of Linting JavaScript</p>
102
+
103
+
<p>The longer you work on a project, the larger your codebase will become, so by validating your JavaScript code regularly you will be able to:</p>
104
+
105
+
<ul>
106
+
<li>Catch fundamental errors (we all make them!)</li>
107
+
<li>Prevents potentially disastrous bugs</li>
108
+
<li>Have cleaner, safer and maintainable code</li>
109
+
<li>Speed up the code writing process</li>
110
+
<li>Save many hours of debugging</li>
111
+
</ul>
112
+
98
113
<pclass="heading">Credits</p>
99
-
<p>Maintained by Andrey Gubanov. You can download the ValidateJavaScript source code on <ahref="" target="_blank" data-ga="sourceLink">GitHub</a>.</p>
114
+
115
+
<p>
116
+
ValidateJavaScript has been built using <ahref="https://github.com/eslint/eslint" target="_blank">ESLint</a>, the open-source JavaScript linting utility created by Nicholas C. Zakas, and is being maintained by
0 commit comments