0

I'm trying to make a function that shows the width of a class that has the name of progress-bar (in this case below, 70.7125%)

Any ideas?

Class - progress-bar

seanb
  • 6,272
  • 2
  • 4
  • 22
Kadal
  • 11
  • 4

1 Answers1

1

document.querySelector('.progress-bar').style.width

Tal
  • 46
  • 4