jkmarx / MovieReviewApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

General Assembly Logo

Javascript Assignment Name

Objectives

By the end of this, students should be able to:

  • Objective 1
  • Objective 2
  • Objective 3

Instructions

Include explict step-by-step instructions about the goals of the assignment, and how to run the code.

Make sure to wrap section of code in appropriate markdown like ls -al, and denote the language as below for longer sections:

function(){
  var x = 2
  var y = 3
  return x + y
};

Bonus (Optional Section)

If you're looking for extra challenge or practice once you've completed the above, try to...

Notes

Gotcha's and extra information

Additional Resources

List additional related resources such as videos, blog posts and official documentation.

  • Item 1
  • Item 2
  • Item 3

About

License:MIT License


Languages

Language:JavaScript 80.5%Language:HTML 17.2%Language:CSS 2.4%