JavaScript Developers
What is JavaScript?
JavaScript (JS) is a lightweight interpreted programming language well-known as the scripting language for websites. JavaScript allows web developers (like us!!) to create interactive web pages that respond to user actions immediately without necessarily having to send data off to the server and wait for a response.
Lots of features you may consider fairly standard on modern websites are powered by JavaScript. The hover menu at the top of this page is a combination of JavaScript and CSS. The animations that trigger as you scroll down our web pages are similar.
JavaScript can also lighten the load on the server and speed up client/server interactions by grabbing data asynchronously from the server without having to request a full new web page. This permits the building of fast, efficient web applications that can feel as fast as using an application installed on your own personal computer.
The biggest cliche with JavaScript is that it isn't Java. The two technologies are very different. However, ironically, the JavaScript language itself has expanded beyond the web browser and is now used in many non-browser environments such as Node.js, Apache CouchDB and Adobe Acrobat.