Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lumamontes/masterclass-javascript
javascript study project 🫡
https://github.com/lumamontes/masterclass-javascript
Last synced: about 1 month ago
JSON representation
javascript study project 🫡
- Host: GitHub
- URL: https://github.com/lumamontes/masterclass-javascript
- Owner: lumamontes
- Created: 2024-01-26T02:20:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-17T11:32:40.000Z (8 months ago)
- Last Synced: 2024-11-06T20:14:35.356Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaScript Concepts Study Project
This is a simple Node.js project created to practice and study various JavaScript concepts. Each file in the project focuses on a specific concept.
## Course Reference
This project is based on the exercises and concepts from Branas.io. It's a great resource for anyone looking to deepen their understanding of JavaScript.
## Concepts Covered
- Array Iteration APIs: See `array-iteration-api.js`
- Objects and Functions: See `objects-and-functions.js`
- More files will be added as more concepts are studied.