how to learn coding for the web with javascript mozilla MDN guide : go through the modules (it's all in the sidebar) and the exercises you can highlight and take notes with liner to do the exercises, you need to know: html, css and javascript -- you can look for for other modules on MDN how relative file folder urls work - for working with img src how to use the developer console function console.log() usually the exercise folder contains: .js file, .css file, .html file and and image folder you need these programs to view output: a browser (i like google chrome), your html file opens in your browser pressing f12 gives you the console, and the page source you can you console.log() to test your code you can view page source to see your html code code editor for html, css, js .html, .css, .js files: open in a code editor like VS. i also recommend the VS plugins ES6 - es6 refers to the latest version of jav...