JavaScript Basics
JavaScript Basics After much thought, I have started to learn more about JavaScript. This is for three reasons. The first is that JSON data is used a lot with cloud technologies. JSON is related to JavaScript and I wanted to learn more about how JSON data is generated to work with it better. The second reason is that I can work with web pages. I find this more interesting than working all the time with C and Java. Last, JavaScript is one of the most popular and loved computer programming languages so I decided to give it a try. I am currently taking two courses: Coursera and Team Treehouse. I find that the Team Treehouse teachers are better than the Coursera teachers. I also recently purchased a book called Eloquent JavaScript. Here are some pictures from my first Coursera JavaScript project. The goal of the project was to build a simple image slide show. The first pictures show two of the pictures using just HTML and JavaScript. The second picture sh...