Skip to content

Commit 79e8b67

Browse files
authored
Update index.js
1 parent f1142f2 commit 79e8b67

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: js/index.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ function Result() {
99
var str = document.getElementById("text_geetanjali").value;
1010
var ascii = (str.charCodeAt(1))
1111
var unicode = String.fromCharCode(ascii);
12-
alert(ascii + " | " + unicode);
1312

1413
if (str == "") {
15-
alert('Please enter the text which is to be converted');
14+
alert('অনুগ্ৰহ কৰি ৰূপান্তৰ কৰিবলৈ লেখা দিয়ক');
1615
return;
1716
}
1817

0 commit comments

Comments
 (0)