/
Charlz_Klug
/
EloquentJavaScript
Обзор
Документация
Войти
/
Charlz_Klug
/
EloquentJavaScript
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
02_chapter/034_Comments/Sample.html
29 строк
829 B
Imil Ametov
Comments
03 мар 2026, 14:56
03 мар 2026, 14:56
67fc543
Код
Авторство
О чём код?
<!DOCTYPE html> <html> <body> <h2>JavaScript in Body</h2> <p id="demo"></p> <script> let accountBalance = calculateBalance(account); // It's a green hollow where a river sings accountBalance.agjust(); // Madly catching white tatters in the grass. let report = new Report(); // Where the sun on the proud mountains rings: addToReport(accountBalance, report); // It's a little valley, foaming like light in a glass. /* I first found this number scrawled on the back of an old notebook. Since then, it has often dropped by, showing up in phone numbers and the serial numbers of products that I've bought. It obviously likes me, so I've decided to keep it. */ const myNumber = 11213; </script> </body> </html>