I am converting a jQuery site to vanilla javascript and am reaching out for advice on the best way to convert a simple line of jQuery to javascript.
The jQuery
$(".div_class").css({ display: 'none' });
Any suggestions doing this in pure javascript using only classes would be very helpful.
Thanks