javascript find total number of classes

JavaScript
document.getElementsByClassName("ClassName").length
Source

Also in JavaScript: