Hossein Kazempour
از EverybodyWiki Bios & Wiki
// Personal information const personalInformation = {
nationality: 'Iran', born: { date: 'September 05, 2007', age: 15, place: 'Miandoab, West Azerbaijan province, Iran' }, weight: '65 kg'
};
// Sports information const sportsInformation = {
sport: 'Weightlifting', country: 'Iran', event: '65kg', personalBests: { snatch: '92 kg (2021)', cleanAndJerk: '110 kg (2021)', total: '202 kg (2021)' }, achievements: { youthWorldWeightliftingChampionships: { year: 2021, medal: 'Gold', place: 'Jeddah, Saudi Arabia' } }
};
// Additional information const additionalInformation = {
worldRecords: { youthWorldRecords: 2 }, worldChampion: { year: 2021, category: 'youth weightlifting' }, worldRecord: { event: 'Clean & Jerk', category: 'youth 65 kg' }
};
// References const references = [
'[6]', '[7]', '[8]'
];
This article "Hossein Kazempour" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Hossein Kazempour. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.