mirror of
https://github.com/felixlohmeier/bibliotheks-und-archivinformatik.git
synced 2025-03-09 00:00:28 +01:00
Deletes book.json
Auto commit by GitBook Editor
This commit is contained in:
parent
8bb9f2e2c6
commit
a1f4652b8f
25
kapitel-3.md
25
kapitel-3.md
@ -1,24 +1 @@
|
||||
# Kapitel 3: Übertragungsprotokolle und Datentransformationen \(02.11.2017\)
|
||||
|
||||
{% exercise %}
|
||||
Define a variable `x` equal to 10.
|
||||
|
||||
{% initial %}
|
||||
var x =
|
||||
|
||||
{% solution %}
|
||||
var x = 10;
|
||||
|
||||
{% validation %}
|
||||
assert(x == 10);
|
||||
|
||||
{% context %}
|
||||
// This is context code available everywhere
|
||||
// The user will be able to evaluate `exposedVar`
|
||||
var exposedVar = 3;
|
||||
// ... or call `exposedFunction`
|
||||
function exposedFunction {
|
||||
return 3;
|
||||
}
|
||||
{% endexercise %}
|
||||
|
||||
# Kapitel 3: Übertragungsprotokolle und Datentransformationen \(02.11.2017\)
|
Loading…
x
Reference in New Issue
Block a user