JavaScript Back
JavaScript is the programming language of the Web, well-suited to object-oriented and functional programming style. Input and output is the responsibility of the "host environment", usually means the web browser. When it comes to the style guide, I have written a book named JavaScript Personal Guide to style my code.
If you are new to Front-end developing, you may need to know exactly what differences between HTML, CSS, and JavaScript with the following table:
Languages | Description |
---|---|
HTML | To specify the content of web pages. |
CSS | To specify the presentation of web pages. |
JavaScript | To specify the behaviour of web pages. |
Or if you are advanced in this, you may be interested at Ecma International, Technical Committee 39, a.k.a Ecma TC39, where we can concern about the development of JavaScript, like its proposals.