Skip to content

Commit e028ba2

Browse files
authored
Translated index.html
1 parent 1a1e546 commit e028ba2

File tree

1 file changed

+3
-3
lines changed
  • 1-js/02-first-steps/10-ifelse/2-check-standard/ifelse_task2

1 file changed

+3
-3
lines changed

1-js/02-first-steps/10-ifelse/2-check-standard/ifelse_task2/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<script>
66
'use strict';
77

8-
let value = prompt('What is the "official" name of JavaScript?', '');
8+
let value = prompt('Koks yra "oficialus JavaScript pavadinimas?', '');
99

1010
if (value == 'ECMAScript') {
11-
alert('Right!');
11+
alert('Teisingai!');
1212
} else {
13-
alert("You don't know? ECMAScript!");
13+
alert("Nežinote? ECMAScript!");
1414
}
1515
</script>
1616

0 commit comments

Comments
 (0)