diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:48:48 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:48:48 +0100 |
commit | 906182e62d7eb1efba5403b733aae0537dd2a09f (patch) | |
tree | 9e6336b9fe84afebde8eefaf2e6481d56d20d689 /files/nl/conflicting | |
parent | 004b3c5fc8d71b68fcb019c9e0346bf80024dbbd (diff) | |
download | translated-content-906182e62d7eb1efba5403b733aae0537dd2a09f.tar.gz translated-content-906182e62d7eb1efba5403b733aae0537dd2a09f.tar.bz2 translated-content-906182e62d7eb1efba5403b733aae0537dd2a09f.zip |
unslug nl: modify
Diffstat (limited to 'files/nl/conflicting')
3 files changed, 6 insertions, 3 deletions
diff --git a/files/nl/conflicting/learn/getting_started_with_the_web/javascript_basics/index.html b/files/nl/conflicting/learn/getting_started_with_the_web/javascript_basics/index.html index 35b2bd97f9..cbfcc91bdc 100644 --- a/files/nl/conflicting/learn/getting_started_with_the_web/javascript_basics/index.html +++ b/files/nl/conflicting/learn/getting_started_with_the_web/javascript_basics/index.html @@ -1,8 +1,9 @@ --- title: Aan de slag (Handleiding Javascript) -slug: Web/JavaScript/Aan_de_slag +slug: conflicting/Learn/Getting_started_with_the_web/JavaScript_basics translation_of: Learn/Getting_started_with_the_web/JavaScript_basics translation_of_original: Web/JavaScript/Getting_Started +original_slug: Web/JavaScript/Aan_de_slag --- <h2 id="Why_JavaScript.3F" name="Why_JavaScript.3F">Waarom JavaScript?</h2> <p>JavaScript is een krachtige, ingewikkelde, en vaak misbegrepen programmeertaal. Het maakt het mogelijk om snel programma's te ontwikkelen waarin gebruikers direct informatie kunnen invullen en het resultaat kunnen zien.</p> diff --git a/files/nl/conflicting/web/api/document_object_model/index.html b/files/nl/conflicting/web/api/document_object_model/index.html index 7caa501c32..7c1c5bb8f1 100644 --- a/files/nl/conflicting/web/api/document_object_model/index.html +++ b/files/nl/conflicting/web/api/document_object_model/index.html @@ -1,10 +1,11 @@ --- title: DOM -slug: DOM +slug: conflicting/Web/API/Document_Object_Model tags: - DOM translation_of: Web/API/Document_Object_Model translation_of_original: DOM +original_slug: DOM --- <p>The <strong>Document Object Model (<em>DOM</em>)</strong> is a programming interface for HTML, XML and SVG documents. It provides a structured representation of the document (a tree) and it defines a way that the structure can be accessed from programs so that they can change the document structure, style and content. The DOM provides a representation of the document as a structured group of nodes and objects that have properties and methods. Nodes can also have event handlers attached to them, and once that event is triggered the event handlers get executed. Essentially, it connects web pages to scripts or programming languages.</p> diff --git a/files/nl/conflicting/web/javascript/reference/global_objects/object/index.html b/files/nl/conflicting/web/javascript/reference/global_objects/object/index.html index 8fcfcbfa59..ad0af79322 100644 --- a/files/nl/conflicting/web/javascript/reference/global_objects/object/index.html +++ b/files/nl/conflicting/web/javascript/reference/global_objects/object/index.html @@ -1,12 +1,13 @@ --- title: Object.prototype -slug: Web/JavaScript/Reference/Global_Objects/Object/prototype +slug: conflicting/Web/JavaScript/Reference/Global_Objects/Object tags: - JavaScript - Object - Property translation_of: Web/JavaScript/Reference/Global_Objects/Object translation_of_original: Web/JavaScript/Reference/Global_Objects/Object/prototype +original_slug: Web/JavaScript/Reference/Global_Objects/Object/prototype --- <div>{{JSRef}}</div> |