I want to translate an input from an API like this
<p>Communication that doesn’t take a chance doesn’t stand a chance.</p>
into something like this
"Communication that doesn’t take a chance doesn’t stand a chance."
I understand that html could translate this but I don't know how to translate this directly for use in javascript