Browse Source

Merge pull request #998 from 01-edu/readme-issues-on-public-01-705

issues on readmes
pull/1012/head
MSilva95 2 years ago committed by GitHub
parent
commit
1a5b48524d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/how-2-js/README.md
  2. 4
      subjects/more-or-less/README.md

2
subjects/how-2-js/README.md

@ -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.

4
subjects/more-or-less/README.md

@ -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

Loading…
Cancel
Save