Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iam-abhishek-yadav/javascript
https://github.com/iam-abhishek-yadav/javascript
data-structures-and-algorithms javascript
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iam-abhishek-yadav/javascript
- Owner: iam-abhishek-yadav
- Created: 2023-12-20T12:00:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-13T14:02:38.000Z (8 months ago)
- Last Synced: 2024-04-14T04:21:02.273Z (8 months ago)
- Topics: data-structures-and-algorithms, javascript
- Language: JavaScript
- Homepage:
- Size: 241 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaScript Documentation
[JavaScript Documentation on MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
## Overview
JavaScript is a versatile programming language commonly used for building interactive and dynamic web applications. The MDN JavaScript documentation provides comprehensive information, tutorials, and examples to help you understand and master the language.
## Contents
- [Introduction to JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide)
- [JavaScript Reference](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference)
- [JavaScript Tutorials](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Tutorials)
- [JavaScript Standard Objects](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects)## Getting Started
To get started with JavaScript, visit the [MDN JavaScript Guide](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide), which provides step-by-step tutorials and explanations for beginners.