September 2024
Beginner to intermediate
985 pages
35h 37m
English
Because we assume that you already know how to create an HTML file and how to embed a CSS file, and that you are "only" here to learn JavaScript, we don't want to waste any more time with details about HTML and CSS but will get started with JavaScript straight away. Don’t worry: embedding and executing a JavaScript file is anything but difficult.
If you have not worked with HTML or CSS a very good introductory book on this topic is HTML and CSS: Design and Build Websites by Jon Duckett (2011, John Wiley & Sons).
Per tradition (like almost every book on programming languages), we will start with a very simple Hello World example, which only produces the output Hello World. This ...
Read now
Unlock full access