Created
March 13, 2013 21:28
-
-
Save yaph/5156469 to your computer and use it in GitHub Desktop.
Get a list of names of the worlds most powerful people according to Forbes Magazine http://www.forbes.com/powerful-people/list/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var names = []; | |
$('.company h3').each(function(idx, item){names.push(item.innerHTML.replace(' & family', ''))}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
["Barack Obama", "Angela Merkel", "Vladimir Putin", "Bill Gates", "Pope Benedict XVI", "Ben Bernanke", "Abdullah bin Abdul Aziz al Saud", "Mario Draghi", "Xi Jinping", "David Cameron", "Carlos Slim Helu & family", "Sonia Gandhi", "Li Keqiang", "Francois Hollande", "Warren Buffett", "Michael Bloomberg", "Michael Duke", "Dilma Rousseff", "Manmohan Singh", "Sergey Brin", "Larry Page", "Ali Hoseini-Khamenei", "Rex Tillerson", "Benjamin Netanyahu", "Jeffrey Immelt", "Mark Zuckerberg", "Rupert Murdoch", "Jeff Bezos", "Ashfaq Parvez Kayani", "Mario Monti", "Ban Ki-moon", "Li Ka-shing", "Ali Al-Naimi", "Khalifa bin Zayed Al-Nahyan", "Jamie Dimon", "Timothy Cook", "Lloyd Blankfein", "Mukesh Ambani", "Christine Lagarde", "Lou Jiwei", "Masaaki Shirakawa", "Charles Koch", "David Koch", "Larry Fink", "Akio Toyoda", "Kim Jong-un", "Jim Yong Kim", "Steve Ballmer", "Lakshmi Mittal", "Hugo Chavez", "Sebastian Pinera", "Bill Clinton", "Bill Gross", "Zaheer ul-Islam", "Masayoshi Son", "Enrique Pena Nieto", "Terry Gou", "Bernard Arnault", "Rostam Ghasemi", "Margaret Chan", "John Roberts", "Yoshihiko Noda", "Dmitry Medvedev", "Jiang Zemin", "Joaquin Guzman Loera", "Robin Li", "John Boehner", "Elon Musk", "Alisher Usmanov", "Kathleen Sebelius", "Joseph Blatter", "Alexey Miller", "Reid Hoffman"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment