An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# S2.1-Basic_JS_exercises-N.★★★ ITAcademy
In this exercise, you will have to solve basic exercises using Javascript.

💻 Technologies Used



HTML5
Html5


CSS3
CSS3


Javascript
JS

📋 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`



Result - Level ★★★




Result

🤝 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