I have some numbers inside span in my code that I want to sum.
<span class="product__description__property order-summary__small-text">
weight: 0.1 lb
</span>
<span class="product__description__property order-summary__small-text">
weight: 0.5 lb
</span>
<span class="product__description__property order-summary__small-text">
weight: 0.2 lb
</span>
.
.
.
I want to sum 0.1 + 0.5 + ... + n= total and store the total in a variable X