Skip to content

Instantly share code, notes, and snippets.

View codyjhill99's full-sized avatar

Cody Hill codyjhill99

View GitHub Profile
//alexa skill function code
/* eslint-disable func-names */
/* eslint quote-props: ["error", "consistent"]*/
/**
* This sample demonstrates a simple skill built with the Amazon Alexa Skills
* nodejs skill development kit.
* This sample supports multiple lauguages. (en-US, en-GB, de-DE).
* The Intent Schema, Custom Slots and Sample Utterances for this skill, as well
* as testing instructions are located at https://github.com/alexa/skill-sample-nodejs-fact
**/
JavaScript resources, all free online. They're ordered in diffuculty from top to bottom.
XX http://jsforcats.com/
XX https://www.youtube.com/playlist?list=PLeL6uTxQ-uX_5BpOb2FDNgG6SxjCs59Kv
XX https://www.youtube.com/watch?v=hQVTIJBZook
x https://www.youtube.com/watch?v=Bv_5Zv5c-Ts (Javascript: Understanding the Weird Parts first 3.5 hours)
https://www.khanacademy.org/computing/computer-science/algorithms
http://speakingjs.com/es5/index.html
http://eloquentjavascript.net/index.html
http://superherojs.com/