00:02:34 Ben Delaney: I might be still drowning in sea of DOM 00:02:41 Jessica Duarte: me too! 00:03:43 ritapbest: Me too 00:04:02 Zac Gordon: Identify whether each of the following is part of "Vanilla JavaScript," a "Web API" or a "Protocol": - JSON - ie '{"id":1,"title":"Hello JSON"}' - JSON Object - ie JSON.parse()
- Local Storage - HTTP
- XMLHTTPRequest
- Fetch 00:07:33 Zac Gordon: Make an HTTP request with one of the options covered above to a WordPress site using the REST API. Add the three posts to the page with markup using JavaScript and the DOM API. 00:08:04 Zac Gordon: Create a JSON string of 3 post objects. Save that string into local storage. Then pull the JSON string out of local storage and parse it into a Vanilla JavaScript object. Finally, create markup for the posts and append them to an HTML page. 00:08:35 Zac Gordon: Be able to build a simple article excerpt like this and append it to a page with JavaScript. 00:08:41 Zac Gordon: https://gist.github.com/zgordon/df91d3b2239555fae10a8c012552ccdc 00:10:05 Ben Delaney: Can you play Jeopardy music now? 00:11:09 Richard Johnston: http://javascriptwp.bigbluecreative.com.au/jquery-api-fetch/ 00:20:26 Richard Johnston: https://jsbin.com/heqawog/edit?html,output 00:32:48 Jessica Duarte: http://jsbin.com/ciximab/edit?js,console,output 00:35:56 Ben Delaney: Thank you Jessica! 00:37:57 Bill Dailey: https://codepen.io/billdailey/pen/OBJMZb 00:38:51 Zac Gordon: https://kapeli.com/dash 00:39:39 Zac Gordon: From Me to Everyone: (06:05 PM) 
Identify whether each of the following is part of "Vanilla JavaScript," a "Web API" or a "Protocol":
- JSON - ie '{"id":1,"title":"Hello JSON"}'
- JSON Object - ie JSON.parse()
- Local Storage
- HTTP
- XMLHTTPRequest
- Fetch
Make an HTTP request with one of the options covered above to a WordPress site using the REST API. Add the three posts to the page with markup using JavaScript and the DOM API.
 From Me to Everyone: (06:09 PM) 
Create a JSON string of 3 post objects. Save that string into local storage. Then pull the JSON string out of local storage and parse it into a Vanilla JavaScript object. Finally, create markup for the posts and append them to an HTML page.
 From Me to Everyone: (06:09 PM) 
Be able to build a simple article excerpt like this and append it to a page with JavaScript.
https://gist.github.com/zgordon/df91d3b2239555fae10a8c012552ccdc 00:56:16 ritapbest: model view controller (MVC) 01:00:46 Ben Delaney: I have no idea what my project is at this point. 01:01:01 Zac Gordon: @Ben check out some of the other folk’s projects for some possible ideas :) 01:09:53 Ben Delaney: thanks everyone 01:12:53 Zac Gordon: https://stackoverflow.com/questions/26245417/alternatives-to-console-log 01:13:18 Zac Gordon: https://textexpander.com/ 01:14:01 jeff: http://jsbin.com/fapimod/edit?html,css,js,console,output 01:14:08 Zac Gordon: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/debugger