Gianpietro Marchetti
Gianpietro Marchetti (Italian pronunciation: [dʒamˈpjɛːtro marˈketti]; born 22 October 1948) is a retired Italian professional footballer who played as a defender.
Marchetti with Juventus in 1973 | |||
Personal information | |||
---|---|---|---|
Date of birth | 22 October 1948 | ||
Place of birth | Rudiano, Italy | ||
Height | 1.80 m (5 ft 11 in) | ||
Playing position(s) | Defender | ||
Senior career* | |||
Years | Team | Apps | (Gls) |
1966–1968 | Atalanta | 6 | (0) |
1968–1969 | Lecco | 37 | (3) |
1969–1974 | Juventus | 102 | (6) |
1974–1979 | Atalanta | 124 | (1) |
1979–1980 | Catanzaro | 10 | (0) |
National team | |||
1972–1973 | Italy | 5 | (0) |
* Senior club appearances and goals counted for the domestic league only |
Honours
- Juventus
gollark: (it works with non-arrow functions, I just like these more)
gollark: Functions implicitly do it:```javascriptconst thing = () => { let v = 0 return () => { return v++ }}const incrementer = thing()console.log(incrementer())console.log(incrementer())```
gollark: The thing where functions capture their scope.
gollark: ```lualet otherTesting = [];for(let i = 0; i < 10; i++) { otherTesting[i] = function() { console.log(i); }}```does the same thing so I suppose it's just weirdness with closure in loops.
gollark: Er, 9, not 10.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.