University Tuition Data
University | State | Tuition |
---|---|---|
UCLA | California | 38517 |
Cal Poly SLO | California | 33024 |
Carnegie Mellon | Pennsylvania | 83697 |
MIT | Massachusetts | 82730 |
Purdue | Indiana | 41614 |
Blogging Questions:
1. Describe a benefit of a markdown table.
Markdown tables are easy to manage and organize. They are also easily sorted with a minor JS incorporation and can be easily styled.
2. Describe the difference between HTML and JavaScript.
HTML is more of the backbone structure of a frontend site. JavaScript is something that can be used to improve certain functionalities of a site and is a scripting language rather than a markup language like HTML.
3. Describe a benefit of a table that uses JavaScript.
A table using JavaScript can allow for more user interaction. Users can sort certain categorical/quantitative columns and can reach conclusions about the data presented in the table.