Setup
File Structure
javascript-library
└── 0-JavaScript-PreWork
└── 1-JavaScript-Fundamentals
└── 2-JavaScript-DOM-Manipulation
└── 3-JavaScript-API-Fundamentals
└── 1-Intro-to-API
└── 2-Asynchronous-Programming
└── 3-Fetch
└── 4-Apps
└── 01-New-York-Times
└── 02-Pokemon
└── 03-YouTube
└── 04-GoogleMaps
index.html <-------- You will be working with these files
googlemaps.css <----
googlemaps.js <-----Prep Work
What We Are Going to Build
Last updated