ATMartin / TIY-Homework

0 stars 0 forks source link

2015-01-20 #22

Closed jacobthemyth closed 9 years ago

jacobthemyth commented 9 years ago

js-functions-practice

Description

This assignment serves to reinforce JS syntax, functions, and some mathematical operators and sequences.

Objectives

Learning Objectives

After completing this assignment, you should:

After completing this assignment, you should be able to effectively use:

Create a new git and Github repo, download exercises-1.js, and move exercises-1.js into the repo you just created. Make your edits to the functions in the "exercises-1" file to create the correct output.

Instead of using the browser and the Chrome Dev Tools console to look at your JS output, use node exercises-1.js to print the output to your terminal.

ATMartin commented 9 years ago

https://github.com/ATMartin/TIY-HW-09-JSExercises

ATMartin commented 9 years ago

Thanks!