Introducing JavaScript

Introducing JavaScript contains concepts and topics relating to the basics and foundations of JavaScript. This content is suitable for those who are not familiar with JavaScript and want to learn more.

A Brief History of JavaScript

JavaScript got its start in the early Internet to provide interactivity to static web sites. Since that humble beginning, JavaScript has grown into a multi-platform, multi-purpose modern language with a huge community.

Programming Concepts

While this course aims to teach you JavaScript without having to learn how to code, understanding some basic programming concepts will help you follow the rest of this course.

What is a Framework?

The term framework generally describes a class of tools in JavaScript that help you make user interfaces for websites, web applications, mobile apps, desktops, and other devices users will interact with directly. These kinds of tools are some of the most popular and commonly used libraries in JavaScript. Learn more about what a framework is in general and some examples of most commonly used frameworks.

Why JavaScript?

Learn about the top reasons why developers, programmers, and companies would use JavaScript instead of another programming language. The top reasons are JavaScript's cross-platform support, big developer and user populations, and its great fit for web browsers and event-driven programming.