Deletes book.json

Auto commit by GitBook Editor
This commit is contained in:
Felix Lohmeier 2017-11-01 22:25:41 +00:00
parent 8bb9f2e2c6
commit a1f4652b8f
2 changed files with 1 additions and 27 deletions

View File

@ -1,3 +0,0 @@
{
"plugins": ["exercises"]
}

View File

@ -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\)