# D3-JS
- is a library for manupulating data
- first inception in 2011
- Is it like jQuery then ? Partially
- Minified size 116 kb
- select a element in DOM
select(),selectAll() - bind data (mostly an array) to element
data() enter()please give me all the missing elements.append()add all those missing elements- general library for manupulating docuemnts, text, numers, charts, shapes

# Questions
- loading external scripts in head vs body? (opens new window)
- Canvas | SVG?
- canvas is like bitmaps, you decide how pixels are rendered