var buttons = document.getElementsByClassName('bottomONE'),
как к этому добавить bottomTWO ?
пытался так - но чет не робит
var buttons = document.getElementsByClassName('bottomONE, bottomTWO'),
var buttons = document.getElementsByClassName('bottomONE', 'bottomTWO'),