Running JavaScript

There are a number of different ways you can run JavaScript code. This post goes over a number of them. Some are better for simple tests and practice and some are what you would use in production (the final version of your web site). You can also look at Wes Boss’ Setup instructions and Running… Continue reading Running JavaScript

JavaScript Intro

These are some resources to help you got started with JavaScript. Why JavaScript? UI (User Interface): Write code to make your web page more interactive like Navigation Image Galleries Scroll-based effects Animations Read and write data Process a form read and display data from an API (weather, maps, sports scores…) Dynamically change your web page… Continue reading JavaScript Intro