https://github.com/lluispp/s2.1-basic_js_exercises-n.iii
Basic exercises using Javascript
https://github.com/lluispp/s2.1-basic_js_exercises-n.iii
javascript javascript-functions
Last synced: 10 months ago
JSON representation
Basic exercises using Javascript
- Host: GitHub
- URL: https://github.com/lluispp/s2.1-basic_js_exercises-n.iii
- Owner: LLuisPP
- Created: 2024-10-15T11:40:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-23T08:51:03.000Z (about 1 year ago)
- Last Synced: 2025-01-09T07:09:01.465Z (11 months ago)
- Topics: javascript, javascript-functions
- Language: JavaScript
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# S2.1-Basic_JS_exercises-N.★★★
In this exercise, you will have to solve basic exercises using Javascript.
💻 Technologies Used
📋 Requirements
This exercise doesn't need any aditional software.
Clone this repository:
`````
git clone https://github.com/LLuisPP/S2.1-Basic_JS_exercises-N.III.git Sprint2-1-JSBasics
`````
Navigate to cloned folder:
`````
cd Sprint2-1-JSBasics
`````
🛠️ Installation
This exercise doesn't need to be installed.
▶️ Execution
- Double click on index.html
- Open developer tools
- Click on `Console` tab
- Check results
> [!NOTE]
> Use developer tools from your browser (F12)
🌐 Deployment
N/A
Results vs expected results
> [!Tip]
> Key concepts: `arrow => function`, `Math`, `.random`, `this.`, `.length`, `ternaries ? T : F`, `for`, `setTimeout()`, `callbacks`, `spread [...var]`, `.map`, `.find`, `.reduce`, `.filter`, `.every`, `.some`, `forEach`, `for ( of )`, `for ( in )`, `for ( of ) + break`, `for (index of )`, `promise`, `promise.then.catch`, `(resolve, reject)`, `async await`
🤝 Contributions
> [!WARNING]
> This repo doesn't accept contributions, but if you detect an error:
Fork the repository
- Create a new branch: `git checkout -b ErrorBug`
- Make your changes and commit them: `git commit -m 'Error description'`
- Push the changes to your branch: `git push origin ErrorBug`
- Create a pull request