Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn To Program JavaScript (in ten easy steps)
Rating: 4.5 out of 5(190 ratings)
3,335 students

Learn To Program JavaScript (in ten easy steps)

The simplest way to learn to program JavaScript - the language of the web.
Last updated 1/2017
English

What you'll learn

  • You will learn to program JavaScript from the ground up
  • Source code archive contains all sample programs
  • Course eBook has ten chapters - one for each of the ten steps

Course content

10 sections44 lectures4h 6m total length
  • What is JavaScript?5:22

    What sort of language is JavaScript? What is it used for and what, if anything, is its connection with Java?

  • Getting Started4:18
    Here I explain how the core topic of this course, JavaScript, fits in with the other elements of a web page such as HTML and CSS. I also give an overview of the other components of this course – the source code archive and the eBook.
  • Source Code Archive0:08

    Download and unzip the source code archive.

  • The Little Book Of JavaScript1:13:00
    The Little Book of JavaScript is the "course text". In ten chapters it covers the same topics described in the ten steps of the online course and the ten folders of the source code archive. You can read the text online or download it for viewing offline.
  • Editors, Browsers and Debuggers5:33
    You will need a code editor to write JavaScript and one or more web browsers to run and debug those scripts. Here I summarise the basic toolset you will need both to create and debug JavaScript programs. 
  • Hello world!3:47

    By long tradition, the first thing programmers like to do when learning a new language is write a program that says “Hello world”. Find out how to do that in JavaScript.

Requirements

  • You will need a web browser and a code editor (suitable free software is suggested in the course)

Description

Learn To Program JavaScript (in ten easy steps) is suitable for beginner programmers. Step-by-step it explains how to write JavaScript code to run in a web browser on Windows, Linux or Mac OS X.

JavaScript is the language of the web. If you need to program web sites to run on desktop computers or mobile devices, you have to know JavaScript.

This course explains all you need to know in order to write JavaScript and make sense of other people’s JavaScript code. Every step of the way you can follow along with ready-to-run code in in short, easy-to-understand JavaScript programs.

You will begin by learning the core features of programming – variables, functions and data types. You will move on to learn about specific capabilities of JavaScript – how to use it to automate web pages, hide email addresses, swap stylesheets interactively; how to load XML data to create so-called AJAX applications, how to animate images and use some of the drawing capabilities of HTML5.

The sample projects are all provided ready for you to download, run and modify. The course also includes a course eBook, The Little Book Of JavaScript, that provides even more information on the topics being discussed.

The course instructor,Huw Collingbourne, is Director of Technology with SapphireSteel Software, a company that specialises in Visual Studio development tools for professional programmers. Founder of Bitwise Courses  – producers of multimedia instruction courses – Huw is one of the top-selling programming instructors on Udemy,.

Learn To Program JavaScript (in ten easy steps) is the fastest and simplest way to learn to program web pages like a pro.

Who this course is for:

  • Newcomers to JavaScript programming
  • Beginner web developers
  • Anyone who needs to learn JavaScript quickly