freeCodeCamp/curriculum/challenges/arabic/06-information-security-and.../information-security-and-qu.../anonymous-message-board.ara...

62 lines
771 B
Markdown
Raw Normal View History

---
id: 587d824a367417b2b2512c45
title: Anonymous Message Board
challengeType: 4
isRequired: true
videoUrl: ''
localeTitle: ''
---
## Description
undefined
## Instructions
undefined
## Tests
<section id='tests'>
```yml
tests:
- text: ''
testString: ''
- text: ''
testString: ''
- text: ''
testString: ''
- text: ''
testString: ''
- text: ''
testString: ''
- text: ''
testString: ''
- text: ''
testString: ''
- text: ''
testString: ''
- text: ''
testString: ''
- text: ''
testString: ''
- text: ''
testString: ''
- text: ''
testString: ''
```
</section>
## Challenge Seed
<section id='challengeSeed'>
</section>
## Solution
<section id='solution'>
```js
// solution required
```
</section>