tipi in JS: testuali, numerici, funzioni, oggetti, etc.
con "typeof" (è un operatore) si ottiene il tipo come stringa: stringhe quali> typeof "parole e parole..." 'string' > typeof Math.PI 'number' > typeof console 'object' > typeof console.log 'function'come vedremo le variabili possono essere contenute in altre: