Fungsi JavaScript untuk Teks Strikethrough

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