How to Get the CSS Top Property Value as a Number Rather Than a String with JavaScript?

John Au-Yeung
JavaScript in Plain English
2 min readMar 15, 2023

--

Photo by Ales Krivec on Unsplash

Sometimes, we want to get the value of the CSS property as a number rather than a string with JavaScript.

In this article, we’ll look at how to get the value of the CSS property as a number rather than a string with JavaScript.

Get the CSS Top Property Value as a Number…

--

--