I'm having problems with my codes mostly because there are so many and so I was wondering if you can somehow use a <script src =" url ">
" tag inside JavaScript code.
For example:
<script>
var num = 20;
var nom2 = 50;
if (num2 == num) {
console.log("Fail");
else {
/* Code script here */
}
</script>