Update 03_3_uebung_etwas_ueber_das_system_herausfinden.md
This commit is contained in:
parent
8462ceb9e2
commit
2c300f928a
|
@ -6,14 +6,6 @@ Define a variable `x` equal to 10.
|
||||||
var x =
|
var x =
|
||||||
{% solution %}
|
{% solution %}
|
||||||
var x = 10;
|
var x = 10;
|
||||||
{% validation %}
|
|
||||||
assert(x == 10);
|
|
||||||
{% context %}
|
|
||||||
// This is context code available everywhere
|
|
||||||
// The user will be able to call magicFunc in his code
|
|
||||||
function magicFunc() {
|
|
||||||
return 3;
|
|
||||||
}
|
|
||||||
{% endexercise %}
|
{% endexercise %}
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in New Issue