+ 4
What do i need?
what do i need to make my code better? [https://code.sololearn.com/WA21vgecOeud/?ref=app]
5 ответов
+ 3
Loads you could do to improve this code. Firstly the style, secondly, use javascript differently to how you've currently done it. So try something like the below.
var button1 = document.getElementById("button1");
var button2 = document.getElementById("button2");
var button3 = document.getElementById("button3");
$(button1).click(function () {
});
+ 2
@ihateonions Actually i try This before i share this code It didnt work i dont know why
anyway thank you for your comment
+ 2
I will! Thanks😀
+ 2
You can separate the JavaScript code from the HTML for easy reading of your code.
+ 2
@C0NN0RHUN73R hmm i dont know how And if i know how HTML Lines will be more than 500 line