Skip to content

Commit 980a129

Browse files
committed
fix(i18n): resolve conflict
1 parent 711eb16 commit 980a129

File tree

1 file changed

+2
-10
lines changed
  • 1-js/02-first-steps/04-variables/2-declare-variables

1 file changed

+2
-10
lines changed

1-js/02-first-steps/04-variables/2-declare-variables/solution.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
<<<<<<< HEAD
2-
Pertama, variabel untuk nama planet kita.
3-
=======
4-
## The variable for our planet
5-
>>>>>>> 8c30654f694fe8682f5631809980be931ee4ed72
1+
## Variabel untuk planet kita
62

73
Itu simpel:
84

@@ -12,11 +8,7 @@ let ourPlanetName = "Earth";
128

139
Ingat, kita bisa menggunakan nama lebih pendek `planet`, tapi itu tak akan jelas planet apa. Bagus jika lebih bertele-tele. Minimal hingga variabel isNotTooLong.
1410

15-
<<<<<<< HEAD
16-
Kedua, nama pengunjung saat ini:
17-
=======
18-
## The name of the current visitor
19-
>>>>>>> 8c30654f694fe8682f5631809980be931ee4ed72
11+
## Nama pengunjung saat ini
2012

2113
```js
2214
let currentUserName = "John";

0 commit comments

Comments
 (0)