👋 Hello, guys! This is the first project in the Trybe course that uses JavaScript. In this project I practice the skills:
- Write JavaScript code that uses variables and primitive types;
- Use language concepts such as dynamic typing and logical/arithmetic/assignment operators in your code;
- Create code that uses conditional structures, such as if/else;
- Manipulate arrays;
- Use functions to organize and structure your code;
📖 The project requirements were:
/src/challenges.js
- Create a function using the && operator ✔️
- Create a function that calculates the area of a triangle ✔️
- Create a function that splits the sentence ✔️
- Create a function that uses string concatenation ✔️
- Create a function that calculates the amount of points in football ✔️
- Create a function that calculates the repetition of the largest number ✔️
- Create a function of mouse hunt ✔️
- Create a FizzBuzz function ✔️
- Create a function that Encode and Decode ✔️
- Create a function of Technology List ✔️
/src/challenges2.js
- Create a function of Phone Number ✔️
- Create a Triangle Existence Condition function ✔️
- Create a welcome function to the Trybe Bar! ✔️
🙏🏽 Thanks for viewing this repository!