Fonction JavaScript au texte de strikethrough

var str = new String("Demo Text");
console.log(str.strike());
mrmalik610