We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cd4604 commit 6d676caCopy full SHA for 6d676ca
mainl.js
@@ -4,7 +4,7 @@ function Copy(){
4
document.execCommand("copy");
5
alert(copyText,value + "প্ৰতিলিপি কৰা হ'ল।")}
6
function Result(){
7
- var str = document.getElementById("myform").elements.item(0).value;
+ var text = document.getElementById("myform").elements.item(0).value;
8
var esult = text.replace(/h/g,"ূ");
9
document.getElementById("result").innerHTML = esult;
10
}
0 commit comments