| | |
| | | <link rel="stylesheet" href="dfhi.css" /> |
| | | </head> |
| | | <body> |
| | | <p class="description">(Passen Sie die Beschreibung des Programs hier an.)</p> |
| | | <label for="argv"><code>main</code>'s arguments:</label> <input type="text" id="argv" name="argv" /> |
| | | <button name="run" id="run" >Rerun</button> |
| | | |
| | | <p class="description">Demo literal object</p> |
| | | <button name="run" id="run" >(Re)run</button> |
| | | |
| | | <pre id="text-output"></pre> |
| | | <script type="module" src="literal-object.js"></script> |
| | | |
| | | <p> |
| | | Was passiert mit dem Objekt <code>v2</code> bzw. <code>v3</code> |
| | | wenn Sie <code>v1.key1 = 13</code> nach der Schleife schreiben? |
| | | (S. Sourcecode) |
| | | </p> |
| | | </body> |
| | | </html> |