Skip to content

Commit bc77bca

Browse files
authored
Fix conflicts
1 parent 0a3d19e commit bc77bca

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

1-js/05-data-types/02-number/article.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,7 @@ let mсs = 0.000001;
5050
دقیقا مثل قبل، استفاده از `"e"` میتواند کمک کند. اگر ما بخواهیم که از نوشتن صفرها خودداری کنیم، میتوانیم بنویسیم که:
5151

5252
```js
53-
<<<<<<< HEAD
54-
let ms = 1e-6; // شش صفر در چپ ۱
55-
=======
56-
let mcs = 1e-6; // six zeroes to the left from 1
57-
>>>>>>> a6fdfda09570a8ce47bb0b83cd7a32a33869cfad
53+
let mcs = 1e-6; // شش صفر در سمت چپ ۱
5854
```
5955

6056
اگر ما تعداد صفرهای `0.000001` را بشماریم، شش تا از آنها موجودست. بنابراین طبعا می‌شود `1e-6`.

0 commit comments

Comments
 (0)