└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Welcome to Vanilla JavaScript Challenges 2 | 3 | 1. Choose a challenge from the branch dropdown. 4 | 2. Start with a *-BLANK branch. 5 | 3. Give it your best shot. 6 | 4. View the accompanying video on my YouTube channel or see my attempt at the *-FINISHED branch. 7 | 8 | Happy Coding ✌️ 9 | 10 | ## Challenges 11 | 1. [Challenge 1: JavaScript DOM manipulation](https://github.com/coding-in-public/vanilla-javascript-challenges/tree/challenge-1-BLANK) 12 | 2. [Challenge 2: JavaScript Array methods](https://github.com/coding-in-public/vanilla-javascript-challenges/tree/challenge-2-BLANK) 13 | 3. [Challenge 3: Working with JavaScript Objects](https://github.com/coding-in-public/vanilla-javascript-challenges/tree/challenge-3-BLANK) 14 | 4. [Challenge 4: Working with the Fetch API](https://github.com/coding-in-public/vanilla-javascript-challenges/tree/challenge-4-BLANK) 15 | 5. [Challenge 5: Formatting Strings and Numbers](https://github.com/coding-in-public/vanilla-javascript-challenges/tree/challenge-5-BLANK) 16 | --------------------------------------------------------------------------------