https://github.com/xoraus/monsoon-javascript
https://github.com/xoraus/monsoon-javascript
javascript object object-oriented-programming programming
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xoraus/monsoon-javascript
- Owner: xoraus
- License: mit
- Created: 2022-08-08T07:17:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-13T09:52:14.000Z (over 3 years ago)
- Last Synced: 2025-01-13T23:45:40.964Z (12 months ago)
- Topics: javascript, object, object-oriented-programming, programming
- Language: JavaScript
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# monsoon-javascript
## Introduction
- JavaScript was initially created as a browser-only language, but it is now used in many other environments as well.
- Today, JavaScript has a unique position as the most widely-adopted browser language, fully integrated with HTML/CSS.
- There are many languages that get “transpiled” to JavaScript and provide certain features. It is recommended to take a look at them, at least briefly, after mastering JavaScript.
References
- [1] . [Introduction](https://javascript.info/intro)