Last active
June 21, 2017 01:31
-
-
Save danielnmai/de999b7f0ffda52719650a17a4567981 to your computer and use it in GitHub Desktop.
Today I Learned - Week 8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--------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