The safety of replit. Is replit really as safe as people think?
*Before I start this, I just wanted to say, this isn't mean to scare you into not using repl.it and I am just staying some security things they need...
How To Make A Financial Discord Bot With Just 5 Lines Of Code
## Dcord
Dcord Is An Npm Package That Allows You To Make Your Own Discord Bot With Just A Few Lines Of Code. With Dcord, You Can Customize Your Own P...
# JavaScript Code Style
This took me way longer than expected due to me losing the repl *twice*. So without further ado, let's get into the world of e...
Making a Functional Programming Language with JS Part 1
Hello! I’m @EitanAlperstein (also @AnthonyMouse) with a tutorial. Hope you like it, because I spent a lot of hard work on the language ***AND*** the t...
3 days ago, Discord.js [merged a pull request to the master branch](https://github.com/discordjs/discord.js/pull/5067) that requires you to have Node....
# Deep Cloning Objects
Why should one even be interested in this one may ask? Because it will most definitely affect you in many aspects. This is one...
# How to use Firebase!
You have no idea how much work was put into this. I literally had to spam repl talk with questions about Firebase lol. Anyways...
# What is an instruction set simulator?
An instruction set simulator (ISS) is a simulation model of a low-level processor. Microprocessors execute mac...
# mailCaptcha
mailCaptcha is a Nodejs library that helps people by using a captcha! Just install, learn, and code!
# how it works
So basically it use...
# How to Use Repl.it's GraphQL/API
#### *A NodeJS Tutorial*
G'day fellow Repler's, today you will be learning how to use Repl.it's GraphQL! This easy...
# Node.js Tutorial
## What is the syntax like?
Well, everything you already know with JavaScript can be played here, except for the DOM, which if yo...
# OK here goes part 2
So we ended on our last part of the tutorial (https://repl.it/talk/learn/Postgresql-on-Replit-part-1/54673) in the middle of mak...
# Hello, welcome to my tutorial on Postgresql
## It will guide you through all of the setup and half of the actual code.
## At the end of this you wil...
How to reduce your node repls size by 99% with one line of code!
**do not use this in combination of the [hidden files tutorial](https://repl.it/talk/learn/How-to-make-hidden-filesfolders/53852)**

This is simple and works (at least for now).
First thing, we have some code to put on your `index.js` file or your file that has the token and some c...
# Making your own programming language with NodeJS
## What is Ohm?
Ohm is a javascript library for creating parsers. It uses its own grammar in an `...
# Hey guys! This is a tutorial about **HOW TO CLEAN THE SENTENCE OF BAD WORDS**
So you should install `npm i bad-words`
and then:
```js
const Filter...
Learn advance concepts of Javascript to know the language better from the inside with programming examples.

[Working Form](https://repl.it/@Coder100/replit-db-e...
### Hello! This is my first tutorial, so if you find any mistakes or anything you want me to fix please say so in the comments!
***
# How To Make A We...
This post will cover topics related to assignment, condition and type checking of Numbers.
Assigning integer and float value to a number.
-----------...