Ram

Lesson 1 of 6

JavaScript Basics

Understand where JavaScript runs and what it controls on a webpage.

JavaScript adds behavior to websites and also runs on servers through environments such as Node.js.

In the browser it can respond to user actions, update the page and communicate with APIs.

Example

console.log("Hello, JavaScript!");

Practice challenge

Log your name and current learning goal.

Next