We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a1e546 commit e028ba2Copy full SHA for e028ba2
1-js/02-first-steps/10-ifelse/2-check-standard/ifelse_task2/index.html
@@ -5,12 +5,12 @@
5
<script>
6
'use strict';
7
8
- let value = prompt('What is the "official" name of JavaScript?', '');
+ let value = prompt('Koks yra "oficialus JavaScript pavadinimas?', '');
9
10
if (value == 'ECMAScript') {
11
- alert('Right!');
+ alert('Teisingai!');
12
} else {
13
- alert("You don't know? ECMAScript!");
+ alert("Nežinote? ECMAScript!");
14
}
15
</script>
16
0 commit comments