SoFunction
Updated on 2025-04-13

JavaScript Basic Tutorial (Lesson 1) Page 2/4


This week, we will begin the first trilogy of the five-day tutorial, which will immediately help you write some useful Javascript. Unlike other plausible Javascript tutorials, this tutorial will teach you how to build your dream browser. As you walk through all the examples of this tutorial, the browser you build will become more and more exciting.
Here is a brief outline for your study every day and some examples you will learn.
Day 1: Introduction, some examples, and your first Javascript (example)
Day 2: variables, if-then paragraphs, link events, picture exchange.
Day 3: Window, architecture, and file target module
Day 4: Loop, sequence and function
Day 5: Forms, forms and more.
Before you start, some important things must be paid attention to first:
First of all, Javasript is not Java.
Second, Javascript is not Javascript either! This means that different browsers handle Javascript differently. Sometimes different versions of the same browser handle Javascript differently. This tutorial takes Netscape Navigator 3.0 as the standard. If there are any incompatible with other browsers, we will point it out. If there is no Netscape 3.0, please download it now.
Third, this tutorial is not a substitute for good reference books. Javascript has rich resources, good! Let's start writing some Javascript.
Previous page1234Next pageRead the full text