Anoop-Goudar/change-color-of-chessboard-boxes

Perf: use a variable to store reference to elements, and use it again.

Rahul-Raviprasad opened this issue · 0 comments

var hexColor = document.getElementById('hexColorInput').value;

Dom access is generally slower.