An open API service indexing awesome lists of open source software.

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

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)