freeCodeCamp/curriculum/challenges/english/09-certificates/legacy-front-end-certificate/legacy-front-end-certificat...

60 lines
1.1 KiB
Markdown

---
id: 561add10cb82ac38a17513be
title: Legacy Front End Certificate
challengeType: 7
isPrivate: true
---
## Description
<section id='description'>
</section>
## Instructions
<section id='instructions'>
</section>
## Tests
<section id='tests'>
```yml
tests:
- id: bd7158d8c242eddfaeb5bd13
title: Build a Personal Portfolio Webpage
- id: bd7158d8c442eddfaeb5bd13
title: Build a Random Quote Machine
- id: bd7158d8c442eddfaeb5bd0f
title: Build a Pomodoro Clock
- id: bd7158d8c442eddfaeb5bd17
title: Build a JavaScript Calculator
- id: bd7158d8c442eddfaeb5bd10
title: Show the Local Weather
- id: bd7158d8c442eddfaeb5bd1f
title: Use the Twitch JSON API
- id: bd7158d8c442eddfaeb5bd18
title: Stylize Stories on Camper News
- id: bd7158d8c442eddfaeb5bd19
title: Build a Wikipedia Viewer
- id: bd7158d8c442eedfaeb5bd1c
title: Build a Tic Tac Toe Game
- id: bd7158d8c442eddfaeb5bd1c
title: Build a Simon Game
```
</section>
## Challenge Seed
<section id='challengeSeed'>
</section>
## Solution
<section id='solution'>
```js
// solution required
```
</section>