I often see the +
operator in examples like this. I don't quite understand what plus means here?
const contentLength = +response.headers.get('Content-Length');
I am studying the fetch-progress topic, and I don’t understand the +
in the line I indicated.