fix commas before closing parentheses

This commit is contained in:
りき萌 2024-11-30 20:11:05 +01:00
parent afd7f38958
commit b4927261db
4 changed files with 5 additions and 5 deletions

View file

@ -52,7 +52,7 @@ you already have it on your computer.
- JavaScript being available on everyone's computers makes it a super-accessible programming language to learn: all you have to do is open your web browser and go to the console in its Developer Tools.
% id = "01J2931RRH51K35C80Z2NHSVRW"
- moreso, if you are building a website and would like to embed a language interpreter (like me,) _you already have JavaScript for that._
- moreso, if you are building a website and would like to embed a language interpreter (like me), _you already have JavaScript for that._
% id = "01J2931RRH65HHY6BQ7N0P9MX9"
- yes, you could in theory embed [Lua][page:programming/languages/lua], but for most cases JavaScript is Already There and there is nothing wrong with it.