Skip to content

Instantly share code, notes, and snippets.

@erkobridee
Last active December 25, 2015 21:09
Show Gist options
  • Save erkobridee/7040763 to your computer and use it in GitHub Desktop.
Save erkobridee/7040763 to your computer and use it in GitHub Desktop.
Referências do hands-on sobre JavaScript e Angular.js
Javascript

	Como é o funcionamento de escopo 
		[window | var,function | this | 'use strict';]

	Como controlar o código 
		[closures | classe(privado, constante, publico) | singleton]
		
		closures >> IIFE - Immediately Invoked Function Expressions

	Callback - exemplificar com uso de timeout

    AMD (require.js)

Angular -  comentar que o núcleo do angular utilizar uma versão lite do jquery e é 100% compatível com a versão full

	hello 

	factory-service

	route

	mock

	test
	

TODO:

rever arquivo nodejs.md no [GitHub] soudev / knowledge.mine

verificar : [GitHub] zeMirco / nodejs-pdf-docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment