The objective of this repo is to resolve basic JavaScript exercises in order to practice the programming language with common usages of different methods and arrays transformations. There are multiple sections icluding:
- Arrow functions
- Ternary operators
- Callbacks
- Rest & Spread operators
- Array transformations
- Array loops
- Promises & Async/Await
ita-sprint-2.1-video-demo.mp4
To make the correction and consult of the exercises easier, a simple front web page has been created to make the interaction is more user friendly and easier to follow.
🖱️ Check out the live demo
To get a local copy up and running follow these simple steps:
- Clone the repo
git clone https://github.com/otrocadev/ita-sprint-1.git
- Navigate to the project directory
cd ita-sprint-1 - Checckout main branch
git checkout main
- Open index.html in your browser
- You can simply double-click the file
- Or use Live Server if you work with VS Code