Skip to content

Instantly share code, notes, and snippets.

@fredericksilva
Forked from erkobridee/hands-on_js_angularjs.md
Last active August 29, 2015 14:19
Show Gist options
  • Save fredericksilva/a7e08539838fa24deca5 to your computer and use it in GitHub Desktop.
Save fredericksilva/a7e08539838fa24deca5 to your computer and use it in GitHub Desktop.
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