Skip to content

Commit 3fc632c

Browse files
committed
updated task 2
translated the html file from task 2
1 parent 52751d7 commit 3fc632c

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('Care este numele "oficial" al lui JavaScript?', '');
99

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

0 commit comments

Comments
 (0)