Now that you have learned the first step of Javascript, it is time for some further improvements to yourself by checking out the following features and vital elements of Javascript.
1. Javascript is originally known Livescript and then as ECMASCRIPT .
2. Javascript extension is .js
3. Javascript can be placed in either body, head, both body & head and external file ( then place the linking in the head section)
like , within <body>…</body> , <head>…</head> and any external file with .js extension
4. Javascript is case sensitive i.e for example the words ‘JAvascript’, ‘javascRipT’ & ‘javascript’ are all different.
5. Javascript is a client side scripting language i.e. they can’t directly interact with the server.
6. Javascript is complementarily implemented with HTML majorly along with other languages.
7. Javascript is one of the most primary, lightweight and fastest programming languages available in the market.
So, with these very given basics we can surely rush into the next chapter where we see the variables, datatypes and other conventions of javascript.





