Hello!
I’m trying to get into JavaScript, for I could develop other things as Ranking Bots and more stuff similar, but how would I get into it?
How do I run a code in JavaScript? (as far as I know, visual studio)
For making a RankingBot for example, how do I call the Bot? With HTTPsService?
But then, how do I run the JavaScript code?
I quite don’t understand too much yet,
Is there any tutorial you could send me that helped you learn?
Thanks!
3 Likes
Hi!
What is it for?
What can I use for tho, I mean prob a plenty uses but what’s node.js?
1 Like
NodeJS is a server-side runtime environment for JavaScript, you can use it to create eg. a ranking bot for a group.
1 Like
Ok so, let’s suppose I got a ranking bot code on my pc, how will I call the ‘code’ to run if the code is on MY pc on visual code studio?
Once you save the file you are programming in, you can run the file by typing “node MyFile.js” in Command Prompt.
1 Like
Hey!
Those tutorials might be helpful for you.
- Setting up a basic ranking bot with glitch (free NodeJS hosting)
How to Create a Rank Management System using Glitch - Making a Discord bot with ranking
Guide to Scripting Bots | Javascript Tutorial | FunCaptcha and New Host Info
6 Likes
You can also talk to me directly - TechSpectrum#2620
1 Like
Added, I got a few questions if I don’t annoy you!
varjoy#4366