Skip to content

Commit 2bd0933

Browse files
committed
fix(i18n): resolve conflict
1 parent 8cb2db6 commit 2bd0933

File tree

1 file changed

+1
-5
lines changed
  • 1-js/02-first-steps/10-ifelse/5-rewrite-if-question

1 file changed

+1
-5
lines changed

1-js/02-first-steps/10-ifelse/5-rewrite-if-question/task.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ Nilai penting: 5
44

55
# Tulis ulang 'if' menggunakan '?'
66

7-
<<<<<<< HEAD
8-
Tulis ulang `if` menggunakan operator ternary` '?' `:
9-
=======
10-
Rewrite this `if` using the conditional operator `'?'`:
11-
>>>>>>> 8c30654f694fe8682f5631809980be931ee4ed72
7+
Tulis ulang `if` menggunakan operator kondisional `'?'`:
128

139
```js
1410
let result;

0 commit comments

Comments
 (0)