JavaScript – Change the Right Border of Div

To change the right border of a div using JavaScript, get reference to the element, and assign required value to the element.style.borderRight property.

Example

Conclusion

In this JavaScript Tutorial, we learned how to change the right border of a div using JavaScript.