Roadmap to becoming a JavaScript developer or roadmap to learning JavaScript
WHAT IS JAVASCRIPT? JavaScript ( JS ) is a lightweight, interpreted and compiled programming language. It is most well-known as the scripting language for Web pages, many non-brower pages also use it. It is a simple and easy-to-learn programming language as compared to other languages such as C++, Ruby, and Python. It is a high-level, interpreted language that can easily be embedded with languages like HTML. It was developed by Netscape Communications Corporation , Mozilla Foundation, and ECMA International . Brendan Eich is known as the creator or designer of the JavaScript programming language. JavaScript is a text-based programming language used both on the client-side and server-side that allows you to make web pages interactive . Where HTML and CSS are languages that give structure and style to web pages, JavaScript gives web pages interactive elements that engage a user. ADVANTAGES OF JAVA 1. There are many open source p...