क्रिकेट स्पोर्ट्स बॉलीवुड राजनीति जॉब - एजुकेशन बिजनेस लाइफस्टाइल देश अंतरराष्ट्रीय टेक्नोलॉजी छत्तीसगढ़

---Advertisement---

गेट्स-बफे दान न करते, तो दूसरे-तीसरे सबसे अमीर होते:फोर्ब्स लिस्ट में इलॉन मस्क दुनिया के सबसे अमीर लेकिन दान में बहुत पीछे

On: अप्रैल 25, 2026 9:21 पूर्वाह्न
Follow Us:
red and white modern breaking news youtube thumbnail
---Advertisement---

बिजनेस मैगजीन फोर्ब्स ने दुनिया के अमीरों की सूची एक नए नजरिए से जारी की है। अरबपतियों की संपत्ति की दोबारा कैलकुलेशन करते हुए, उसमें उनके द्वारा किए गए दान को भी जोड़ा गया है। इसमें जानने की कोशिश की गई है कि दुनिया के सबसे उदार अरबपतियों ने कभी दान न किया होता, तो आज उनकी संपत्ति और रैंकिंग कैसी होती? इसका जवाब पाने के लिए फोर्ब्स ने ‘ट्रू नेट वर्थ’ रैंकिंग तैयार की। इसमें माना गया कि अरबपतियों ने जो शेयर दान किए, वे उनके पास ही रहते और नकद दान भी बाजार की दरों के हिसाब से निवेश होता। नई लिस्ट: जेफ बेजोस की पूर्व पत्नी मैकिंजी स्कॉट 26वें स्थान पर होतीं इलॉन मस्क फोर्ब्स की दोनों लिस्ट में पहले स्थान पर हैं। हालांकि, उन्होंने अपनी संपत्ति का बेहद छोटा हिस्सा, करीब 0.06% ही वास्तविक दान किया है। बिल गेट्स ने माइक्रोसॉफ्ट के करीब 73.1 करोड़ शेयर दान किए हैं। अगर उन्होंने ये शेयर अपने पास रखे होते, तो उनकी संपत्ति करीब 4 गुना ज्यादा होती और वे 19वें के बजाय दूसरे सबसे अमीर व्यक्ति होते। इसी तरह, वॉरेन बफे भी 9वें स्थान से तीसरे स्थान पर पहुंच जाते। 2006 से उनके द्वारा दान किए गए शेयरों की कीमत करीब 700% बढ़ी है। मैकिंजी स्कॉट 58 स्थान चढ़कर 26वें नंबर पर पहुंच जातीं। उनके पूर्व पति जेफ बेजोस, टॉप 5 से बाहर हो जाते।

Join WhatsApp

Join Now

Join Telegram

Join Now

Leave a Comment

// Function to get current page info for sharing const currentUrl = window.location.href; const pageTitle = document.title; // --- 1. Follow Your Official Pages --- // These links go directly to the URLs you provided // Instagram Follow document.getElementById('wpliteInstagramFollow').addEventListener('click', function() { const instaUrl = 'https://www.instagram.com/worldprime.news?igsh=N3I0azl5ZTd1b3U5&utm_source=qr'; window.open(instaUrl, '_blank'); }); // Facebook Follow document.getElementById('wpliteFacebookFollow').addEventListener('click', function() { const fbUrl = 'https://www.facebook.com/share/1ATWDHQiYR/?mibextid=wwXIfr'; window.open(fbUrl, '_blank'); }); // --- 2. Share Current Page to Others --- // These remain as "Sharing" functions // WhatsApp Share document.getElementById('wpliteWhatsAppShare').addEventListener('click', function() { const whatsappUrl = 'https://api.whatsapp.com/send?text=' + encodeURIComponent(pageTitle + " " + currentUrl); window.open(whatsappUrl, '_blank'); }); // Twitter Share document.getElementById('wpliteTwitterShare').addEventListener('click', function() { const twitterUrl = 'https://twitter.com/intent/tweet?url=' + encodeURIComponent(currentUrl) + '&text=' + encodeURIComponent(pageTitle); window.open(twitterUrl, '_blank'); }); // --- 3. Mobile Native Share (The Floating Button) --- document.getElementById("mobileShareFloatingButton").addEventListener("click", function (e) { e.preventDefault(); if (navigator.share) { navigator.share({ title: pageTitle, url: currentUrl }) .then(() => console.log("Share successful")) .catch(err => console.error("Share failed", err)); } else { alert("Native sharing not supported. Use the icons below!"); } });