I have this challenge:
var tx = "<p>This is a sample picture. <img src="" alt="Sample picture"> This picture is the best for the advertising...</p> ";
How do I format this variable to remove the img tag and have a result:
tx = "<p>This is a sample picture. This picture is the best for the advertising...</p> ";