filmov
tv
JavaScript for Absolute Beginners: #2 Writing and running JavaScript
Показать описание
In this second video in the series, we write our first line of code and look at the various ways to run JavaScript in the browser: in an external linked file, between script tags in a HTML document and directly in the browser console. We use the document object to access the DOM and make some very basic manipulations (HTML and CSS).