These are the projects for the JavaScript Level 2 module in Learn JS the Hard Way.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Zed A. Shaw afe3cfca47 Next version of the parser will use only sets, which turns out to work almost the same as maintaining a list but is faster and doesn't care about order of the events coming in. 2 years ago
01-parse-a-csv-file More explanation of all the projects in the README files. 2 years ago
02-filter-a-log-file Next version of the parser will use only sets, which turns out to work almost the same as maintaining a list but is faster and doesn't care about order of the events coming in. 2 years ago
03-replicate-ls More explanation of all the projects in the README files. 2 years ago
04-replicate-find More explanation of all the projects in the README files. 2 years ago
05-static-blog-generator Ex 05 Written. 2 years ago
06-a-first-web-application Ex06 initially written. 2 years ago
07-access-a-sqlite3-database Actually this is exercise 7 and that was exercise 9. 2 years ago
08-a-todo-list-website First draft of exercise 8, a TODO list web application. 2 years ago
09-a-full-dynamic-blog Actually this is exercise 7 and that was exercise 9. 2 years ago
10-a-simple-json-api A decent start to Ex10 that actually covers a lot of ground in one exercise. Rather than just work on APIs it covers a full stack build of a simple TODO list application they already have some code for. 2 years ago
.gitignore Initial commit 2 years ago
LICENSE Change the license to be owned by me. 2 years ago
README.md Quick empty markers for each directory so git thinks they exist. 2 years ago

README.md