var x = 80; var y = 90; document.querySelector('.test').style.borderBottomWidth = x+'px'; document.querySelector('.test').style.borderLeftWidth = y+'px';