Teddy007
@Teddy007
Python JS
I'm currently working on a REPL meant to shorten and act as a gatekeeper for URLs - however, when I use the shortened link that the program created, m
Fairly self explanatory based on the title, any ideas as to how to solve?
This is the code I'm using right now:
const Database = require("@replit/da
ruiwenge2 db.get is a promise, so do this:
db.get("key").then(value => {
if(value == "key"){
console.log("Key found")
}
}
`2 years ago
A helpful program to find the alternate base of either the other helix, or the mRNA!
Python