Skip to content

Commit a4ff20d

Browse files
authored
Merge pull request #206 from ockley/master
Small text changes
2 parents bbcb375 + a2cc322 commit a4ff20d

File tree

4 files changed

+5
-17
lines changed

4 files changed

+5
-17
lines changed

1-js/01-getting-started/1-intro/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Lad os se, hvad der er så specielt ved JavaScript, hvad vi kan opnå med det, og hvilke andre teknologier der spiller godt sammen med det.
44

5-
## What is JavaScript?
5+
## Hvad er JavaScript?
66

77
*JavaScript* blev oprindeligt skabt for at "gøre websider levende".
88

1-js/01-getting-started/2-manuals-specifications/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Denne bog er en *tutorial*. Den går efter at hjælpe dig med at lære dig sprog
44

55
## Specifikationer
66

7-
[ECMA-262 specificationen](https://www.ecma-international.org/publications/standards/Ecma-262.htm) indeholder den mest dybdegående, detaljerede og formaliserede information om JavaScript. Det er den der definerer selve sproget.
7+
[ECMA-262 specifikationen](https://www.ecma-international.org/publications/standards/Ecma-262.htm) indeholder den mest dybdegående, detaljerede og formaliserede information om JavaScript. Det er den der definerer selve sproget.
88

99
Men, når det er skrevet så formelt er det også meget svært at forstå for en begynder. Så, hvis du skal bruge den mest pålidelige kilde til information om detaljer i sproget, så er specifikationen det rigtige sted. Men, det er ikek til hverdagsbrug.
1010

1-js/01-getting-started/4-devtools/article.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,7 @@ Udseendet og måden de virker på er ret ens. Så snart du kender til én af bro
4949

5050
Safari (Mac browser, ikke understøttet af Windows/Linux) er lidt speciel her. Du er nød til først at aktivere "Udviklermenu" (Develop menu) først.
5151

52-
<<<<<<< HEAD
53-
Åbn indstillingerne og gå til "Avanceret" (Advanced) pane. Her er der en checkbox nederst:
54-
=======
55-
Open Settings and go to the "Advanced" pane. There's a checkbox at the bottom:
56-
>>>>>>> d78b01e9833009fab534462e05c03cffc51bf0e3
52+
Åbn indstillingerne og gå til "Avanceret" (Advanced) tab. Her er der en checkbox nederst:
5753

5854
![safari](safari.png)
5955

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# The Modern JavaScript Tutorial in Danish
22

3-
<<<<<<< HEAD
43
This repository hosts the translation of <https://javascript.info> in Danish.
54
=======
65
This repository hosts the English content of the Modern JavaScript Tutorial, published at [https://javascript.info](https://javascript.info).
7-
>>>>>>> ea7738bb7c3616bb51ff14ae3db2a2747d7888ff
86

97

108
**That's how you can contribute:**
@@ -25,19 +23,17 @@ If maintainers do not respond, or if you'd like to become a maintainer, write us
2523

2624
🎉 Thank you!
2725

28-
<<<<<<< HEAD
2926
Your name and the contribution size will appear in the "About project" page when the translation gets published.
3027

31-
<<<<<<< HEAD
3228
P.S. The full list of languages can be found at <https://javascript.info/translate>.
3329
=======
3430
**You can edit the text in any editor.** The tutorial uses enhanced "markdown" format, easy to grasp. And if you want to see how it looks on-site, there's a server to run the tutorial locally at <https://github.com/javascript-tutorial/server>.
35-
>>>>>>> e1a3f634a47c119cf1ec7420c49fc0fc7172c0b5
31+
3632
=======
3733
Something's wrong? A topic is missing? Explain it to people, add it as PR 👏
3834

3935
**You can edit the text in any editor.** The tutorial uses an enhanced "markdown" format, easy to grasp. And if you want to see how it looks on-site, there's a server to run the tutorial locally at <https://github.com/javascript-tutorial/server>.
40-
>>>>>>> ea7738bb7c3616bb51ff14ae3db2a2747d7888ff
36+
4137

4238
This repository hosts the translation of <https://javascript.info> in Danish.
4339

@@ -65,7 +61,6 @@ P.S. The full list of languages can be found at <https://javascript.info/transla
6561

6662
## Structure
6763

68-
<<<<<<< HEAD
6964
Every chapter, an article or a task resides in its own folder.
7065

7166
The folder is named `N-url`, where `N` – is the number for sorting (articles are ordered), and `url` is the URL-slug on the site.
@@ -157,7 +152,6 @@ If you see that the English version can be improved – great, please send a PR
157152
Every chapter, article, or task has its folder.
158153

159154
The folder is named like `N-url`, where `N` is a number for the sorting purposes and `URL` is the URL part with the title of the material.
160-
>>>>>>> ea7738bb7c3616bb51ff14ae3db2a2747d7888ff
161155

162156

163157
### Terms with meaning
@@ -242,7 +236,6 @@ Some files, usually tasks, have YAML metadata at the top, delimited by `---`:
242236
```md
243237
importance: 5
244238

245-
<<<<<<< HEAD
246239
---
247240
...
248241
```
@@ -283,4 +276,3 @@ The server and install instructions are at <https://github.com/javascript-tutori
283276
---
284277
285278
Ilya Kantor @iliakan
286-
>>>>>>> e1a3f634a47c119cf1ec7420c49fc0fc7172c0b5

0 commit comments

Comments
 (0)