glomstea / MI-449-SS17-741-js-intro-Vh2K33

0 stars 0 forks source link

Project Feedback #1

Open glomstea opened 7 years ago

glomstea commented 7 years ago

@stuartpearman Can you take a look at this? It's hosted here and meets the following criteria:

stuartpearman commented 7 years ago

Hey Grant, good start! A few things I saw:

HTML vs. Javascript events

Re-read criteria 5:

All of your JavaScript is in a separate file ending with .js

So this means instead of using the onclick and 'onmouseenter' attributes, you'll need to use event listeners. This slide from the lesson talks about event listeners.

2-space indentation

In this class, we're using 2-space indentation for all projects. This slide from the lessons talks more about setting up indentation in Atom, as well as why we choose the indentation standards that we do :+1:

Let me know once you've made changes 😎