Skip to content

Instantly share code, notes, and snippets.

View edsfocci's full-sized avatar

Ed Solis edsfocci

View GitHub Profile
// From http://csbin.io/callbacks
// Video: https://www.youtube.com/watch?v=py8gaw6DXRM
// Slides: https://drive.google.com/file/d/0B44cfJmZKU0hQnRIRkpzNi1CWW8/view
// Type JavaScript here and click "Run Code" or press Ctrl + s
console.log('Hello, world!');
// Challenge 1
function addTwo(num) {