Codecademy JavaScript Tutorial:

My assignment is to complete the first two sections of the JavaScript tutorial at Codecademy. The first sections cover the introduction to programming JavaScript and using functions within JavaScript.

It took me about soild 2 hours to complete both sections for javaScript tuorial. JavaScript tutorial is really nice lession for me to learn and understand how to code with functions. Below are images of the work I did while working on Codeacademy.

The assignment is: here.

Codeacademy Images:

Introduction to JavaScript Section:

The above is the image of the game that is about the user through a virtual race with Justin Bieber

Functions of the JavaScript: The below is the example of the game "rock, paper, scissors!"

The user inputs an answer and the computer randomly picks an answer using "Math.random();". If both the user and computer pick the same answer, the game then asks the user for another answer.