12345678910111213141516 |
- <!DOCTYPE html>
- <html lang="ru">
- <head>
- <meta charset="UTF-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <title>nix-js-06-functions-scopes</title>
- </head>
- <body style="padding:30px; font-family:Anonymous Pro, monospace">
- <h1>Functions-scopes</h1>
- <p>Все в консоли</p>
- <div id='root'></div>
- <script src="/js/index.js" type="module"></script>
- </body>
- </html>
|