# Welcome

## Before Getting Started,

If you're reading this, it probably means you want to learn more projects made by [@BotStudios ](https://github.com/BotStudios)& [@TeamBrawley](https://github.com/brawlie)  and if that's true, you've came to the right place. We'll try to cover everything for you in this docs/guide.

### Get Ready !

Well, as you know most of our projects were made using Javascript or Python and so you'll need to have them as well in order to run.&#x20;

#### Here's Something You'll Need :

**Javascript**\
\- [Nodejs](https://nodejs.org)\
\- [npm](https://npmjs.com)\
\
**Python**\
\- [Python^v3](https://python.org)\
\
**Code Editor**\
\- [Visual Studio Code](https://code.visualstudio.com) ( Recommend ) <br>

## Ready To Go !

Not sure where to go ? Check Out [**Table Of Contents**](https://who.is-a.dev/general/toc)

### Useful Links :

**@Team Brawley** \
\- [Github](https://github.com/brawlie)\
\- [Website](https://brawley.js.org)

**@BotStudios**\
\- [Github](https://github.com/BotStudios)\
\- [Website](https://studios.js.org)\
\
\&#xNAN;**@joeleeofficial** \
\- [Github](https://github.com/joeleeofficial)\
\- [Website](https://joe.js.org)\
\- [Email](mailto:tojoeleeofficial@gmail.com)&#x20;

{% code title="hello.world" %}

```bash
print("Welcome To Who's A Dev") /* Python */
console.log("Let's Get Started") /* Javascript */
send("Have Fun !") /* Custom  */
```

{% endcode %}
