Skip to content

Instantly share code, notes, and snippets.

@danielnmai
Last active June 21, 2017 01:31
Show Gist options
  • Save danielnmai/de999b7f0ffda52719650a17a4567981 to your computer and use it in GitHub Desktop.
Save danielnmai/de999b7f0ffda52719650a17a4567981 to your computer and use it in GitHub Desktop.
Today I Learned - Week 8
--------6/18/17---------
JavaScript is asyncronous: it does not wait for a function to finish before starting another one.
Ruby runs code from top to bottom (synchronous)
JavaScript runs code asynchronously.
anonymous function: a function with no name
function() {
console.log('Hello');
}
sublimeText install package: ESLint
For Junior Developers, start with medium size companies (50-100 employees)
--------6/20/17---------
function($scope, $http) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment