Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.36 KB

README.md

File metadata and controls

38 lines (29 loc) · 1.36 KB

pirple-kjs

Homework Assignments and Projects for Pirple's Keeping Up with The Javascripts

Structure

Follows finished homework assignments and projects list. Each subdirectory has its own README file which further down details the requirements.

1. Home assignment #1 - Data Types

What's your favorite song? (gist)

2. Home assignment #2 - Variables and Constants

var, let, and const usage; about hoisting. (gist)

3. Home assignment #3 - If Statements and Operators

Syllogisms. (gist)

4. Home assignment #4 - Functions

Syllogisms revisited. (gist)

5. Home assignment #5 - Switch Statements

Time adder function. (gist)

6. Home assignment #6 - Loops

Fizzes, buzzes and primes. (gist)

7. Home assignment #7 - The DOM

JS colors. (gist)

8. Home assignment #8 - Events

An SPA app, try guessing about what:

Tic-Tac-Toe, Tic-Tac-Toe, Am I friend or am I foe?