ga-wdi-exercises / pixart_js

Use JS events and programmatically generated DOM elements to build a drawing application. [javascript, dom]
MIT License
9 stars 321 forks source link

Instructions say to use both jQuery & vanilla JS #150

Closed adambray closed 6 years ago

adambray commented 8 years ago

The instructions for part 1 say to use both jQuery and vanilla JS:

($("selector")[0].addEventListener(.......)

Do we want to make this reflect more common practices?

adambray commented 8 years ago

@andrewsunglaekim @jshawl @RobertAKARobin pinging for your input

jshawl commented 8 years ago

it should be one or the other. what was jshawl thinkin?! https://github.com/ga-dc/pixart_js/blame/2f481206df5f6ef20010c2b2cd4789bf503fc75e/README.md#L15