How to start in JavaScript?

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?
:thinking:
Thanks!

3 Likes

If you wanna make a web app, you need to install NodeJS. Download it from here Node.js

1 Like

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.

7 Likes

You can also talk to me directly - TechSpectrum#2620

2 Likes

Added, I got a few questions if I don’t annoy you! :slight_smile:
varjoy#4366

1 Like

Incorrect category – better suited in #lounge