Skip to content
/ basicjs Public

A quick intro to Javascript tutorial explaining basic programming concepts like comments, variables, control flow (if/then and for loops), and functions.

Notifications You must be signed in to change notification settings

hacksu/basicjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

basicjs

A quick intro to Javascript tutorial explaining basic programming concepts like comments, variables, control flow (if/then and for loops), and functions.

What you'll learn

This tutorial goes over a few very basic, essential programming concepts in javascript including:

  • variables
  • comments
  • the console
  • flow control (if/then statements, for loops)
  • functions

File Setup

To recreate this, just simply make a file called index.html and another called script.js and make sure they're in the same folder. Follow the tutorial.

Note:

In this example there are 4 files: index.html and script.js are heavily commented for your understanding. index2.html and script2.js are just the code.

About

A quick intro to Javascript tutorial explaining basic programming concepts like comments, variables, control flow (if/then and for loops), and functions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published