Usuń znaczniki HTML w JavaScript

let strippedString = originalString.replace(/(<([^>]+)>)/gi, "");
Vast Vicuña