issues on readmes

This commit is contained in:
miguel 2022-03-04 17:59:42 +00:00
parent 862d8b9178
commit 1831098154
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ to execute javascript.
Being a special child, JS can run in different **runtime**, what you can
do with it greatly depend of your runtime.
Luckly you don't need to install anything for that since all you
Luckily you don't need to install anything for that since all you
need is a web browser.
> Main runtime for executing JS are: any web browser, NodeJS and Deno.

View File

@ -5,9 +5,9 @@
Create 4 functions
- `more` that takes 1 argument and add 1 to it
- `less` that takes 1 argument and substract 1 to it
- `less` that takes 1 argument and subtract 1 to it
- `add` that takes 2 arguments and add them
- `sub` that takes 2 arguments and substract them
- `sub` that takes 2 arguments and subtract them
### Notions