exercises-javascript icon indicating copy to clipboard operation
exercises-javascript copied to clipboard

Free Javascript courses

Results 12 exercises-javascript issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. Release notes Sourced from semver's releases. v6.3.1 6.3.1 (2023-07-10) Bug Fixes 928e56d #591 better handling of whitespace (#591) (@​lukekarrys, @​joaomoreno, @​nicolo-ribaudo) Changelog Sourced from...

dependencies

Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...

dependencies

Bumps [yaml](https://github.com/eemeli/yaml) from 2.2.1 to 2.2.2. Release notes Sourced from yaml's releases. v2.2.2 This patch release includes a fix for an error that could be thrown in parseDocument for degenerate...

dependencies

В одном из первых уроков можно объяснить, что редактор подсказывает команды, и с помощью Tab, и кнопок ↑, ↓ можно быстро завершать написание команды.

make a professional translation for the course

![Screenshot_25](https://github.com/user-attachments/assets/921cbbfb-b4db-423f-84e1-d7c033587653) Отображения знака "остаток от деления" заключено в двойные кавычки, из-за чего неправильно обрабатывается разметкой. Поменял на `%`, как было изначально сделано у остальных операторов. ![Screenshot_26](https://github.com/user-attachments/assets/98cb9ddb-4957-4213-a88c-dd1a67bc3a05)

В приложении сайта https://code-basics.com/ru/languages/javascript/lessons/hello-world не работает встроенный IDE ![Image](https://github.com/user-attachments/assets/e06c33d1-b968-49f2-a337-5af185671217) Тело ошибки в запросе detail": "Sentry dropped data due to a quota or internal rate limit being reached. This will not...

В теории урока [JavaScript: Бесконечность (Infinity)](https://github.com/hexlet-basics/exercises-javascript/blob/main/modules/20-arithmetics/60-infinity/ru/README.md) упоминается "объяснение на Хекслете", но не предоставлено ссылки на него. > Однако есть несколько примеров, где бесконечность нужна. Подробнее этот вопрос рассматривается на Хекслете.