Skip to content

Instantly share code, notes, and snippets.

View anagranados's full-sized avatar
🎯
On my way to become Front-end Developer

Ana Granados anagranados

🎯
On my way to become Front-end Developer
View GitHub Profile
@cferdinandi
cferdinandi / completed.html
Last active August 26, 2023 02:21
Learn the basics of vanilla JavaScript is about 10 minutes. Watch the video at https://www.youtube.com/watch?v=IQn_up6ZUkk, and grab more vanilla JS resources at https://gomakethings.com.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Learn Vanilla JS</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Styles -->
<style type="text/css">