freeCodeCamp/curriculum/challenges/arabic/08-coding-interview-prep/take-home-projects/build-a-voting-app.arabic.md

38 lines
385 B
Markdown
Raw Normal View History

---
id: bd7158d8c443eddfaeb5bdef
title: Build a Voting App
challengeType: 4
isRequired: true
videoUrl: ''
localeTitle: ''
---
## Description
undefined
## Instructions
undefined
## Tests
<section id='tests'>
```yml
tests: []
```
</section>
## Challenge Seed
<section id='challengeSeed'>
</section>
## Solution
<section id='solution'>
```js
// solution required
```
</section>