IsaKiko / D3-visualising-data

Lesson plans for teaching the basics of HTML, CSS, SVG, JSON, and JS (primarily D3.js), in order to create browser-based data visualisations.
http://isakiko.github.io/D3-visualising-data/
Other
35 stars 35 forks source link

Fixes along the way #41

Closed Fil closed 8 years ago

IsaKiko commented 8 years ago

Thank you so much for this!

I'm happy with most of them. The only thing is that I don't like using jargon before it's explained. So I probably wouldn't add "callback", unless it's explained right away. Could you add a few words about why it's called callback?

Fil commented 8 years ago

Yes, in fact I moved callback up so as to “define” it before it was used. But I agree the definition is very light (a callback function is just a function passed as an argument).

Please don't merge this PR yet — I'm not finished with the translation :)

IsaKiko commented 8 years ago

Thank you again!