- Materials
- HTML Tables 126-145
- JS functions, Methods and Objects 106-144
- A table represents info in a grid format
- Grids alllow us to undersatnd complex dada by referencing information on wo axes. Each block in the grid is known as a table cell.
- table> element is creates a table
- tr> the start of each row
- td> each cell of an element
- th> table heading
- thead> heading of the table should sit in this element
- tbody> the body sits in here
- tfoot> table footer
- You can make cells of a table span more than one row or column using the rowspan
- Functjons allow you to group a set of related statements togther that repersent a task
- Functions can take paramaters and may return a value
- An obj is a series of vars and functions that represent somthing from the world
- In a obj var are known as properties of the obj, functions are know as Methods
- Web browsers implement objs that represent both the browser and the documentation
- JS has several build in objs - string, number,math,date-
- Arrays and objs can be used to create complex data sets
- I want to get good at inputing data into tables. I kind of like the data building and storage of information. Tables seem like just another bunch of HTML keys that kind of the do same thing as a few other tags we learned in w1. I want to countine exploring objs and functions and getting better so I can loop through information much easier.
Java Script & Jquery, Jon Duckett