DOM Manipulation — Node Styles and Text Nodes

John Au-Yeung
The Startup
Published in
4 min readJun 10, 2020

--

Photo by Evan Dvorkin on Unsplash

JavaScript is one of the most popular programming languages in the world. To use it effectively, we’ve to know about the basics of it.

In this article, we’ll look at how to get and manipulate text nodes and styling elements.

Getting, Setting, and Removing Inline CSS Properties

--

--