# Brendan Eich

> American computer programmer and technology executive

**Wikidata**: [Q92648](https://www.wikidata.org/wiki/Q92648)  
**Wikipedia**: [English](https://en.wikipedia.org/wiki/Brendan_Eich)  
**Source**: https://4ort.xyz/entity/brendan-eich

## Summary

Brendan Eich was born on July 4, 1961, in Pittsburgh. He holds United States citizenship.He studied at the University of Illinois Urbana–Champaign, Santa Clara University, and Ellwood P. Cubberley High School.

## Summary
Brendan Eich is an American computer programmer and technology executive best known as the creator of JavaScript, the world's most widely used programming language for web development. He co-founded the Mozilla project and served as CEO of both Mozilla Corporation and Brave Software, shaping the modern web through his technical leadership and advocacy for open standards.

## Biography
- **Born**: July 4, 1961, in Pittsburgh, Pennsylvania, USA
- **Nationality**: American
- **Education**:
  - Bachelor's degree in Mathematics and Computer Science from Santa Clara University
  - Master's degree in Computer Science from the University of Illinois Urbana–Champaign
- **Known for**: Creating JavaScript (1995) and co-founding the Mozilla project
- **Employer(s)**:
  - Mozilla Corporation (2005–2014, CTO and briefly CEO)
  - Brave Software (2015–present, CEO)
- **Field(s)**: Computer science, software engineering, web technologies

## Contributions
Brendan Eich is best known for creating **JavaScript** in **1995** while working at Netscape Communications. Originally developed in just **10 days** as a lightweight scripting language for the Netscape Navigator browser, JavaScript became the foundational language for web interactivity and remains one of the most influential programming languages in history. Eich also co-founded the **Mozilla project** (1998), which led to the development of the Firefox browser, a major competitor to Internet Explorer that championed open web standards.

As **CTO of Mozilla Corporation** (2005–2014), he oversaw the technical direction of Firefox and advocated for web openness. In 2014, he briefly served as **CEO of Mozilla** before stepping down. Later, he co-founded **Brave Software** (2015) and developed the **Brave browser**, which introduced privacy-focused features like ad-blocking and a cryptocurrency-based rewards system (BAT). Eich has also contributed to **ECMAScript standards**, the formal specification for JavaScript, ensuring its evolution as a modern programming language.

## FAQs
### Q: What did Brendan Eich invent?
A: Brendan Eich created **JavaScript** in 1995 while at Netscape, a programming language that became essential for web development. He also co-founded the **Mozilla project** and later **Brave Software**.

### Q: Why did Brendan Eich leave Mozilla?
A: Eich resigned as Mozilla CEO in **April 2014**, just two weeks after his appointment, following controversy over his past political donations. He had previously served as Mozilla’s CTO since 2005.

### Q: What is Brendan Eich doing now?
A: Since 2015, Eich has been the **CEO of Brave Software**, where he leads development of the privacy-focused Brave browser and the Basic Attention Token (BAT) cryptocurrency ecosystem.

### Q: Where did Brendan Eich go to college?
A: He earned a **Bachelor’s degree from Santa Clara University** and a **Master’s in Computer Science from the University of Illinois Urbana–Champaign**.

### Q: Is Brendan Eich still involved in JavaScript development?
A: While no longer directly involved in day-to-day JavaScript development, Eich’s early work laid the foundation for the language. He remains influential in web technologies through his role at Brave and advocacy for open standards.

## Why They Matter
Brendan Eich’s creation of JavaScript revolutionized the web by enabling dynamic, interactive content directly in browsers—a capability that was previously impossible. Without JavaScript, modern web applications (e.g., Gmail, Facebook, Netflix) would not exist in their current forms. His leadership at Mozilla helped challenge Microsoft’s dominance in the browser market, fostering competition that accelerated web innovation. Through Brave, Eich continues to push for user privacy and decentralized web models, addressing contemporary challenges like surveillance capitalism and ad-tracking. His work has shaped the careers of millions of developers and defined the technical infrastructure of the internet.

## Notable For
- **Creator of JavaScript** (1995), the dominant programming language for web development.
- **Co-founder of the Mozilla project** (1998), leading to the Firefox browser.
- **Former CTO and CEO of Mozilla Corporation** (2005–2014), guiding Firefox’s technical direction.
- **CEO of Brave Software** (2015–present), pioneering privacy-focused browsing and cryptocurrency integration.
- **Contributor to ECMAScript standards**, ensuring JavaScript’s evolution as a modern language.

## Body
### Early Life and Education
- Born **July 4, 1961**, in **Pittsburgh, Pennsylvania**.
- Attended **Ellwood P. Cubberley High School** in Palo Alto, California.
- Earned a **Bachelor of Science in Mathematics and Computer Science** from **Santa Clara University**.
- Completed a **Master of Science in Computer Science** at the **University of Illinois Urbana–Champaign**.

### Career at Netscape and Invention of JavaScript
- Joined **Netscape Communications** in **1995**.
- Developed **JavaScript** in **10 days** (May 1995) as a lightweight scripting language for the **Netscape Navigator 2.0** browser.
- Originally named **Mocha**, then **LiveScript**, before being renamed **JavaScript** for marketing reasons (despite no relation to Java).
- JavaScript’s syntax was influenced by **Scheme, Self, and Java**, with a focus on ease of use for non-professional programmers.

### Mozilla and Firefox
- Co-founded the **Mozilla project** in **1998** after Netscape’s source code was released as open-source.
- Served as **CTO of Mozilla Corporation** from **August 2005** to **April 2014**, overseeing Firefox’s development.
- Briefly appointed **CEO of Mozilla** in **March 2014** but resigned in **April 2014** amid controversy.
- Under his leadership, Firefox became a major competitor to **Internet Explorer**, promoting open web standards like **HTML5, CSS, and JavaScript (ECMAScript)**.

### Brave Software and Privacy Advocacy
- Co-founded **Brave Software** in **2015** and has served as **CEO** since **May 2015**.
- Developed the **Brave browser**, which blocks ads and trackers by default and introduces a **privacy-preserving ad model** using the **Basic Attention Token (BAT)** cryptocurrency.
- Brave has grown to **over 50 million monthly active users** (as of 2023), challenging traditional browser models dominated by Google Chrome.

### Technical Contributions and Standards
- Played a key role in the **ECMAScript standardization process**, ensuring JavaScript’s interoperability across browsers.
- Advocated for **open web technologies**, opposing proprietary plugins like **Adobe Flash**.
- Contributed to **web assembly (Wasm)**, enabling high-performance applications in browsers.

### Public Presence and Influence
- Active on social media, with **over 176,000 Twitter followers** (as of 2023).
- Regularly speaks at tech conferences on topics like **web privacy, decentralization, and cryptocurrency**.
- Maintains a **personal blog** ([brendaneich.com](https://brendaneich.com/)) and engages with developers on platforms like **GitHub (BrendanEich)** and **Hacker News**.

## Schema Markup
```json
{
  "@context": "https://schema.org",
  "@type": "Person",
  "name": "Brendan Eich",
  "alternateName": ["Brendan O. Eich", "布蘭登·艾奇"],
  "jobTitle": "Computer Scientist",
  "worksFor": {
    "@type": "Organization",
    "name": "Brave Software"
  },
  "nationality": {
    "@type": "Country",
    "name": "United States"
  },
  "birthDate": "1961-07-04",
  "birthPlace": "Pittsburgh, Pennsylvania, USA",
  "alumniOf": [
    {
      "@type": "EducationalOrganization",
      "name": "Santa Clara University"
    },
    {
      "@type": "EducationalOrganization",
      "name": "University of Illinois Urbana–Champaign"
    }
  ],
  "knowsAbout": ["Computer Science", "Web Technologies", "Programming Languages", "Open Source Software"],
  "sameAs": [
    "https://www.wikidata.org/wiki/Q206855",
    "https://en.wikipedia.org/wiki/Brendan_Eich",
    "https://twitter.com/BrendanEich",
    "https://github.com/BrendanEich"
  ],
  "description": "American computer programmer and technology executive best known as the creator of JavaScript and co-founder of Mozilla and Brave Software."
}

## References

1. Virtual International Authority File
2. Freebase Data Dumps. 2013
3. CONOR.SI
4. Quora