DiscoverBegin to Code with JavaScript
Begin to Code with JavaScript
Claim Ownership

Begin to Code with JavaScript

Author: Rob Miles

Subscribed: 20Played: 147
Share

Description

Chapters from the book “Begin to Code with JavaScript”. Aims to make you into a programmer who can write JavaScript programs. With games, demos and lots of laughs. Probably.

9 Episodes
Reverse
Some applications need to repeat behaviours. In this chapter we find out how to do this in JavaScript. We also learn how use JavaScript programs to create HTML document elements.
In this chapter you will learn how a program can be made to behave differently according to the inputs it receives.
In this section you'll take your newly acquired skills with variables and use them to create some potentially useful applications.
In this chapter you discover what a computer does and the part played by variables and expressions in data manipulation.
In this chapter you discover how to manage the style of elements on web pages.
In this episode you discover how to make JavaScript code that interacts with web pages, both reading data from them and displaying it for the user.
The JavaScript programs that we make are going to live inside web pages. In this episode you discover how to use HTML to build a web page containing text and images.
In this episode we use the console in a browser to have a conversation with JavaScript. Then we install Git and Visual Studio Code. Finally we fetch all the sample programs and edit our first JavaScript code.
In this episode I’ll explain what I’m doing with this podcast and why you should listen in. I’ll also mention why I think it is a good idea that you should learn to program, and how this book will teach you JavaScript.