File tree Expand file tree Collapse file tree
1-js/06-advanced-functions/05-global-object Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ alert("Hello");
1414window .alert (" Hello" );
1515```
1616
17- LO stesso vale per tutte le altre funzioni integrate, ad esempio possiamo invocare ` Array ` come ` window.Array ` e creare le nostre personali proprietà.
17+ Lo stesso vale per tutte le altre funzioni integrate, ad esempio possiamo invocare ` Array ` come ` window.Array ` e creare le nostre personali proprietà.
1818
1919## Browser: l'oggetto "window"
2020
@@ -65,7 +65,7 @@ Per ragioni storiche, l'oggetto `window` è leggermente incasinato.
6565 </script>
6666 ```
6767
68- 4. Un ultima cosa, il valore di `this` nello scope globale è `window`.
68+ 4. Un' ultima cosa, il valore di ` this` nello scope globale è ` window` .
6969
7070 ` ` ` js untrusted run no-strict refresh
7171 alert(this); // window
You can’t perform that action at this time.
0 commit comments