From the course: Web Portfolio Projects: Sortable Table and Arrays

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Tools

Tools - JavaScript Tutorial

From the course: Web Portfolio Projects: Sortable Table and Arrays

Start my 1-month free trial

Tools

- [Instructor] Next, let's take a look at some of the tools we'll be using. In the exercise folders you'll find the JSON data that I'll be using from the CIAs fact book. You are more than welcome to use this, however, I would highly recommend making this project your own and looking for other sets of CSV or JSON files of data. I've provided a list of data source links that you can look through. If you find data and it's in a CSV format, there's a handy tool called Mister Data Converter. The link is in the chapter folder. You can simply paste your CSV in at the top, copy out the JSON in the bottom and use any text editor to paste it into a file and here I'm going to save it as sample dot json. You can then load your JSON on line 29 of all the chapter starter files. If you have any issues with your JSON data or just want to clean it up you can use another online tool called JSON formatter dot org. I can validate to make sure it's valid JSON or I can format it. Finally, throughout the…

Contents