JavaScript – Change the Left Border of Div

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

Example

Conclusion

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