We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8201d4 commit 105fde0Copy full SHA for 105fde0
1-js/02-first-steps/10-ifelse/3-sign/if_sign/index.html
@@ -6,7 +6,7 @@
6
<script>
7
'use strict';
8
9
- let value = prompt('Type a number', 0);
+ let value = prompt('Įrašykite skaičių', 0);
10
11
if (value > 0) {
12
alert(1);
0 commit comments