DEV Community

JavaScript Tutorial
JavaScript Tutorial

Posted on

Learn JavaScript - JavaScript Essentials for Absolute Beginners

JavaScript is one of the most popular programming languages out there. It started as a scripting language for the web but now you can write and run Javascript code virtually anywhere. You can run javascript on your browser, on your backend server or on your desktop. Examples of some applications that are written in Javascript are Slack, Skype and Visual Studio Code. Netflix and Paypal also use Javascript for some of their backend infrastructures.

What is you'll learn:

  1. JavaScript programming
  2. JavaScript web programming (client side)
  3. Learn the basics of Javascript:
  • Introduction
  • Variables, Data Types and More
  • Conditions
  • Arrays
  • JSON Objects
  • Functions
  • Arrow Functions
  • Loops
  • Dates
  • Exercise
  • Array Maps
  • Array Find
  • Sync vs Async
  • Promises
  • Async/await
  • Fetch API
  • Getting Started
  • Building User Interface
  • DOM, Events & Functions
  • Arrow Functions
  • Evaluate Expressions (eval)
  • Conditions
  • Running on Mobile
  • CSS, Arrays & Loops
  • Debugging

Top comments (0)