From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- files/nl/glossary/block/scripting/index.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 files/nl/glossary/block/scripting/index.html (limited to 'files/nl/glossary/block/scripting') diff --git a/files/nl/glossary/block/scripting/index.html b/files/nl/glossary/block/scripting/index.html new file mode 100644 index 0000000000..b6f23e453a --- /dev/null +++ b/files/nl/glossary/block/scripting/index.html @@ -0,0 +1,16 @@ +--- +title: Block (scripting) +slug: Glossary/Block/Scripting +translation_of: Glossary/Block/Scripting +--- +

In {{glossary("JavaScript")}} is een block een verzameling van gerelateerde {{glossary("statement","statements")}} ingesloten in accolades ("{}"). U kan  bijvoorbeeld een block met instructies zetten na een {{jsxref("Statements/if...else","if (condition)")}} block, om aan te geven dat de interpreter de code in het block moet uitvoeren als de voorwaarde waar is, of dat het hele block moet overgeslagen worden als de woorwaarde onwaar is.

+ +

Meer informatie

+ +

Leer erover

+ + + +

 

-- cgit v1.2.3-54-g00ecf