Skip to content

Commit 105fde0

Browse files
authored
Translated index.html
1 parent b8201d4 commit 105fde0

File tree

1 file changed

+1
-1
lines changed
  • 1-js/02-first-steps/10-ifelse/3-sign/if_sign

1 file changed

+1
-1
lines changed

1-js/02-first-steps/10-ifelse/3-sign/if_sign/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<script>
77
'use strict';
88

9-
let value = prompt('Type a number', 0);
9+
let value = prompt('Įrašykite skaičių', 0);
1010

1111
if (value > 0) {
1212
alert(1);

0 commit comments

Comments
 (0)