We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cb2db6 commit 2bd0933Copy full SHA for 2bd0933
1-js/02-first-steps/10-ifelse/5-rewrite-if-question/task.md
@@ -4,11 +4,7 @@ Nilai penting: 5
4
5
# Tulis ulang 'if' menggunakan '?'
6
7
-<<<<<<< HEAD
8
-Tulis ulang `if` menggunakan operator ternary` '?' `:
9
-=======
10
-Rewrite this `if` using the conditional operator `'?'`:
11
->>>>>>> 8c30654f694fe8682f5631809980be931ee4ed72
+Tulis ulang `if` menggunakan operator kondisional `'?'`:
12
13
```js
14
let result;
0 commit comments