Aloegelhi PlaysROBLOX
@AloeBest
Proud Owner of Code Suggester (https://code-suggester.tk).
I cant access index.js on my repl. It wont ever load even if its only 10 lines, its only a 47 line rn to. Tried on w10, android and iOS
Hello,
I am looking for how to use a html database, i cant find anyway to hook a database up to html, css, js, repl language: HTML, CSS, JS
btfuss JSON/cfg file:
READ FILES
https://hadrysmateusz.medium.com/using-files-in-client-side-javascript-applications-ultimate-guide-5ad54c98664b
https://stackoverflow.com/questions/4950567/reading-client-side-text-file-using-javascript2 years ago
Michael8910 The easiest database to use in my opinion is probably local storage - https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage2 years ago
Hello,
I am looking for developers. What is the website?
The website can be found at: https://code-suggester.tk
Is it paid?
No. It's not paid. But if
Hello, I am aware this is not 100% coded related but it is still coding related in terms of ideas.
Languages I know
Javascript
Learning Python
Will
Hello fellow replers.
Teacher is having a problem where if she tries making a repl it says 'Unable to make repl.' (or something close to that) and we
InvisibleOne First, check your internet connection and try a different browser. If it still isn't working try logging out of your replit account and logging back in. If it still isn't working, report it to bugs or try clearing your cache/cookies2 years ago
How do I read a .txt file in javascript? I imagine it doesn't work the same as .js files or ./../js.js files.
I’m trying to edit a file at the directory: data/cmdlog/ping.js.
When I go to that file, I type 1 letter and get sent to index.js and this happens wi
Squirrel777 I don't think repl.it is designed primarily for phones. Try reporting it to bugs2 years ago
I am doing request for JavaScript things, anything allowed and all packages with node.js is allowed.
This is my recent request and they chose to let
Node.js
School project. Ended up getting a 95/100 for it. I thank all those who supported me. This was worth my time. I appreciate all those! <3
HTML, CSS, JS
RohilPatel Please don't make posts like these. Actually have a meaning for it if it goes on repl talk. It is very evidently not homework, so I disapprove of this. Thank you!2 years ago
Hello,
I tried linking my domain for many projects. Never works. Recently I tried again on my newer project.
image
It told me check back later, why
RYANTADIPARTHI You have to create a specific link. once that link is set, when clicked on it should take you there. maybe report to bugs. or refresh, or make a new repl.2 years ago
So, I have a html, css, js repl and I am trying to make a
Code:
button {
background-color: black;
border: none;
color: white;
text-align:
HTML, CSS, JS
DeaconBurgess function clickHandler() {
document.getElementById('code').innerHTML == choices[Math.floor(Math.random() * choices.length)]
}
Maybe this will work2 years ago
programmeruser Change the inner text, not the element:
document.getElementById('code').innerText = choices[Math.floor(Math.random() * choices.length)]
Inline event listeners are bad.
And you should use semicolons in js.2 years ago
Hello, I got a achievement:
image
What do they do, what is the purpose? what is the meaning of this one I got?
Bookie0 Read more about achievements here
Bascially, repl.it guide is when you answer people's questions and they mark your answer as correct. There are different achievements that you can also unlock.
Achievements are for:
> Achievements are our way to say thank you to those who continue to contribute and use Repl.it. Achievements are awarded when you complete certain actions. Achievements are a way to encourage replers to navigate the platform, engage with the community and meet personal goals.
2 years ago
InvisibleOne You unlock the achievment for answering peoples questions correctly, and if you do that enough times you get up a level in that achievement. I think that level three is the highest
Screen Shot 2020-12-17 at 8.49.08 AM
There is repl.it guide, which you get for answering peoples questions
Unstopable repler, which is for coding a certain amount of days in a row
Mask off for changing your profile
Multiplayer for joining other peoples repls
Repl.it Contributor for posting cool stuff on repl.it shar2 years ago
TheRealSnowSJ It’s just for fun. If you go to ur profile page, then the achievements tab, you can see all of them and descriptions for each one. Repl.it Guide means someone accepted your answer as the correct answer on a Repl Talk post.2 years ago
Hello,
I am trying to teach my friends (i have 12 in my discord call) and for some reason they're getting errors left and right. I haven't had any is
Coder100 what happened was repl.it had a DDOS attack around your time. no worries, it's back to operational now!2 years ago
RYANTADIPARTHI maybe it's a server issue. try refreshing, restarting or report to bugs. that's all. if you are getting errors for no reason.2 years ago
Hello, I would like to know what languages are flexible to learn.
Why?
Because I want to help more people (i'm a really helpful dude if it's somethin
maxina I don't understand what you mean by "flexible", if you learn absolutely any language really good and master it, then learning another language will be very easy. You just have to know the fundamentals of programming. For example, I know python very well, but last week, I decided to learn the c language. It was very easy, I just had to look at the c syntax, how things are done differently in c, and there you go.2 years ago
Kingoftheof1 If you want a learning language do scheme it teaches lambda calculus and is very easy to learn. If you want a portable language c++ is good but not the best. If you want the most portable language binary or assembly would be the best.2 years ago
Hello, I am getting a error saying
require('http').createServer((req, res) => res.end(require('../../index.html'))).listen('0.0.0.0', '8080')
`
InvisibleOne It's probably a bug, maybe try a different browser or changing the name of the file.2 years ago
Hello,
I'ma be straight up honest, I don't want to waste anyones time, so I won't go in depth.
If I were to make a node.js file, can I use that mixed
programmeruser First of all, http isn't a package, it's a native node module, and Express.js is a higher level wrapper around that.
Second, if you're using Express.js, use res.sendFile to send HTML files, and if you're using the native http module, read the file with fs and send it to the user.2 years ago
Here is my repl for a advanced javascript timer! It can be modified in any way you want it to, thanks! ;)
Node.js
Hello. I am currently making a game out of javascript. However I can't figure out the issue with my scroll function. It should make the text in the co
SixBeeps for character in str is Python, not JS. You should use a vanilla for-loop here, as such:
for (var i = 0; i < str.length; i++) {
var c = str.charAt(i);
}
I can tell you translated this directly from Python. I don't know too much about the JS console, but I don't know if writing to the stream like this is possible.2 years ago
Hello fellow Replers!
Let me tell you the features of this advanced timer.
Purpose
It's purpose is to look cool! Isn't that all? NO! It is NOT! It's
Node.js