Javascript Playground
Choose a Sample...
Passaggio per valore/referenza
Conversione tra tipi
Short-circuit && ||
Wrapper primitives
Wrapper special
Utilizzo Array
Monkey patching
Dynamic + Reflection
this - Method Invocation
prototype Object.create()
Prototype-Chain
Prototype = behaviour
Polimorfismo dei metodi
Prototype+Polimorfismo
Constructor
Prototypal Model completo
Classiscal Model uso new
Classiscal Model completo
Hoisting delle variabili
Esempio di Closure
Closure var that=this;
IIFE + Privacy
Revealing Module
typeof + instanceof
XE.js Unit Test
XE.js Reflection Module
Switch To Console
//1. Prima caricare XE.js Reflection Module
//2. poi iniziallizzarlo con una delle seguenti chiamate:
// XE.showJSON();
// XE.showData(true);
// XE.showMethods(true);
//3. Usare ___.xè();
run