The Sun Basics Cheat Sheet
1. Overview of the Sun Type: G-type main-sequence star (Yellow Dwarf) Distance from Earth: ~149.6 million km (1 AU) Diameter: 1.39 million km (109 times Earth’s) Mass: 1.989 × 10³⁰…
1. Overview of the Sun Type: G-type main-sequence star (Yellow Dwarf) Distance from Earth: ~149.6 million km (1 AU) Diameter: 1.39 million km (109 times Earth’s) Mass: 1.989 × 10³⁰…
1. Overview of the Moon Type: Natural satellite Orbiting Body: Earth Distance from Earth: ~384,400 km (238,855 miles) Orbital Period: 27.3 days (sidereal month) Synodic Period (Full Moon Cycle): 29.5…
1. Overview of Neptune Position in Solar System: 8th and farthest planet from the Sun Distance from Sun: ~4.5 billion km (30.1 AU) Orbital Period: 165 Earth years Rotation Period:…
1. Overview of Uranus Position in Solar System: 7th planet from the Sun Distance from Sun: ~2.87 billion km (19.8 AU) Orbital Period: 84 Earth years Rotation Period: 17 hours,…
1. Overview of Jupiter Position in Solar System: 5th planet from the Sun Distance from Sun: ~778.5 million km (5.2 AU) Orbital Period: 11.86 Earth years Rotation Period: 9.9 hours…
1. Overview of Saturn Position in Solar System: 6th planet from the Sun Distance from Sun: ~1.43 billion km (9.5 AU) Orbital Period: 29.5 Earth years Rotation Period: 10.7 hours…
1. Overview of Mars Position in Solar System: 4th planet from the Sun Distance from Sun: ~227.9 million km (1.52 AU) Orbital Period: 687 Earth days (1 Mars year) Rotation…
1. Overview of Venus Position in Solar System: 2nd planet from the Sun Distance from Sun: ~108.2 million km (0.72 AU) Orbital Period: 225 Earth days (1 Venus year) Rotation…
1. Overview of Mercury Position in Solar System: 1st planet from the Sun Distance from Sun: ~57.9 million km (0.39 AU) Orbital Period: 88 Earth days (1 Mercury year) Rotation…
1. Installation and Setup Install TypeScript (Globally): npm install -g typescript Check Version: tsc -v Initialize TypeScript Project (Creates tsconfig.json): tsc –init 2. Compile TypeScript to JavaScript tsc index.ts Compiles…