You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 1-js/01-getting-started/2-manuals-specifications/article.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
4
4
5
5
## Specifikationer
6
6
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.
8
8
9
9
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.
Copy file name to clipboardExpand all lines: README.md
+2-10Lines changed: 2 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,8 @@
1
1
# The Modern JavaScript Tutorial in Danish
2
2
3
-
<<<<<<< HEAD
4
3
This repository hosts the translation of <https://javascript.info> in Danish.
5
4
=======
6
5
This repository hosts the English content of the Modern JavaScript Tutorial, published at [https://javascript.info](https://javascript.info).
7
-
>>>>>>> ea7738bb7c3616bb51ff14ae3db2a2747d7888ff
8
6
9
7
10
8
**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
25
23
26
24
🎉 Thank you!
27
25
28
-
<<<<<<< HEAD
29
26
Your name and the contribution size will appear in the "About project" page when the translation gets published.
30
27
31
-
<<<<<<< HEAD
32
28
P.S. The full list of languages can be found at <https://javascript.info/translate>.
33
29
=======
34
30
**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
+
36
32
=======
37
33
Something's wrong? A topic is missing? Explain it to people, add it as PR 👏
38
34
39
35
**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
+
41
37
42
38
This repository hosts the translation of <https://javascript.info> in Danish.
43
39
@@ -65,7 +61,6 @@ P.S. The full list of languages can be found at <https://javascript.info/transla
65
61
66
62
## Structure
67
63
68
-
<<<<<<< HEAD
69
64
Every chapter, an article or a task resides in its own folder.
70
65
71
66
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
157
152
Every chapter, article, or task has its folder.
158
153
159
154
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
161
155
162
156
163
157
### Terms with meaning
@@ -242,7 +236,6 @@ Some files, usually tasks, have YAML metadata at the top, delimited by `---`:
242
236
```md
243
237
importance: 5
244
238
245
-
<<<<<<< HEAD
246
239
---
247
240
...
248
241
```
@@ -283,4 +276,3 @@ The server and install instructions are at <https://github.com/javascript-tutori
0 commit comments