DEV Community

Cover image for JavaScript tutorial series: Introduction.
The daily developer
The daily developer

Posted on • Updated on

JavaScript tutorial series: Introduction.

If you're on the path of becoming a web developer, be it frontend or fullstack you've probably already heard about JavaScript.

What is JavaScript?

JavaScript is a scripting language, used primarily to improve user-webpage interaction and creating dynamic web page content by manipulating the document object model. JavaScript is one of the most popular languages today.

During this series we'll see how JavaScript increases the interaction between the user and the application.

In this series we'll take a look at:

  • Data types

  • Strings

  • Arrays

  • Objects

  • Functions

  • Dive into object oriented programming.

Top comments (0)