This repository contains a collection of JavaScript algorithms and code studies aimed at enhancing understanding and proficiency in JavaScript programming.
- JavaScript (ES6+)
- ParOuImpar.js
- TextToBinarie.js
- Texto padronizado.js
- bigonotationExemplos.js
- cauculoDeAreaEPerimetroDeRetangulo.js
- cauculoDeIdade.js
- concatenacaoDeStrings.js
- eDivisivel.js:
- geradorDeSenhas.js
- imcCauculate.js
- palidromeChecker.js
- parabensCode.js
- temperatureConverter.js
-
Clone this repository:
git clone https://github.com/RenanDevWeb/JavscriptCodes.git
Navigate to the project directory:
cd JavscriptCodes Explore the JavaScript files:
Each .js file is a standalone script demonstrating a specific algorithm or concept. Open them in your preferred code editor to study and run the code.
Run the scripts:
You can run the JavaScript files using Node.js. For example, to execute ParOuImpar.js:
node ParOuImpar.js 📖 Learning Outcomes Through this project, I aim to:
Enhance problem-solving skills by implementing various algorithms in JavaScript.
Understand different programming concepts and their practical applications.
Improve code readability and documentation practices.
🤝 Contributing Contributions are welcome! If you have any suggestions or improvements, feel free to fork the repository and submit a pull request.
📄 License This project is open-source and available under the MIT License. Feel free to use and modify it for your learning or personal projects.
Made with ❤️ by RenanDevWeb