fac-14 / DJES

0 stars 0 forks source link

clear up console logs #39

Open eadehemingway opened 6 years ago

eadehemingway commented 6 years ago

its good to get into the practise of clearing console logs as you go so that when you put new ones in you dont get confused about wehre they are coming from.

also, try using the chrome debugger as a replacement for console.logs - it can save time and make things easier (ask if you want a demo!)

ghost commented 6 years ago

Can I work on this?