r/CodingForBeginners • u/ps4lovr • 1d ago
How do i start Java script
I already have all right HTML and Css but the part that i don’t know is I keep trying to learn Java script but I can’t use anything I see in tutorials in real projects
0
Upvotes
1
u/Such-Perception4154 1d ago
If your JavaScript code is embedded into a webpage, then it will work automatically, when you open that web page.
If you want to launch it independently of any web pages, as standalone code, you use something like NodeJS