👉 Beginner's Javascript Course - bit.ly/Best_JavaScript_Course 👉NodeJS Download Link : nodejs.org/en/download/ 👉Subscribe - bit.ly/2OH9Jv5 👉Blog Post - techdecodetutorials.com/visual-studio-code/how-to-run-javascript-in-visual-studio-code-on-windows-10/ If you found this video useful please give it a thumbs up and subscribe to my channel! and If you have any questions regarding this video, please ask them in the comment section. thanks for watching! :)
@PetBuddies2 жыл бұрын
I'm a complete beginner... Couldn't find any better videos than this one... Simple presentation and in detail. Thanks a bunch!!!
@jpfredeluces7062 Жыл бұрын
This man is a premiere java instructor. He walks you through everything step by step at a nice pace. Thank you Tech Decode!
@joeyestrada9071 Жыл бұрын
This is the guy you want to come to when you have a problem in coding. Always concise and to the point, with in depth straightforward details
@jatingoyal54053 жыл бұрын
so cool, nice and proper way of teaching. i was so confused as i was not able to work with js on vs code for 3 hours but this video made my day
@Despy15152 жыл бұрын
how do u even manage to not install js for 3 straight hours u can literally google it
@BobBobson-gv3ol Жыл бұрын
I am a native English speaker. I appreciate that you speak English slowly and clearly. Thankyou. Some other tutorials speak too fast and the accent is hard to understand but I understand you perfectly.
@ganeshsubramanian62172 жыл бұрын
Thank you, I wrote my first Javascript code today. It was crystal clear.
@TechDecode2 жыл бұрын
You're Welcome 😇 Congratulations 🎉
@tekkenking6472 жыл бұрын
Man when I say thank you my brother I really mean it I dont post many comments but when I do I mean what I say YOU SAVED me so much time visual studio code legit is wack compared to pycharm that has all this pre installed so I was lost for so long while trying to figure out how to run javascript code in console my man thank you.
@rakshnan256711 ай бұрын
Thank you for your video. I have been trying to solve this issue for months! You solved this issue within 8 minutes!!! Thank you so much!!
@Ed_Aic3563 Жыл бұрын
Very useful. I've tried a dozen times to use javascript with vscode, but prompt didn't work. Now I understand how to add it to node and how to write the answer to it. Many thanks!
@pankajanagarajK4me2 жыл бұрын
The best fr a total beginner............ Hope to see more of ur guide, thnx.
@TechDecode2 жыл бұрын
Glad you liked it!
@anantaojha22833 жыл бұрын
You are the one of the best computer expert as I know your skill.when I'm face any problems I go to your Chanel and then my problems solved.thank you so much.......
@joshdheda87762 жыл бұрын
yo guys! if the output section is not printing your outputs, it's because you need to save before running :)
@ytviewer66692 жыл бұрын
Yup, you're right!
@YuviYSN2 жыл бұрын
How to save plzs tell
@joshdheda87762 жыл бұрын
@@YuviYSN ctrl + s, or just save it from within VS Code (file -> save)
@YuviYSN2 жыл бұрын
@@joshdheda8776 really thankx bro 🙂
@thamiya7725 Жыл бұрын
You are the real savior
@Deathpsyche30002 жыл бұрын
I think it's important to emphasize that the require() function may give an error MODULE_NOT_FOUND depending on where you saved the *.js file. Took me a while to figure this out. When you run "npm install prompt-sync", the package is installed locally in C:\Users\YourName ode_modules. Your *.js file must be saved anywhere within the same parent directory of node_modules ie C:\Users\YourName. Otherwise require() function cannot find the modules. It just so happen in this video, the *.js file was saved in Desktop which is within the same parent directory of node_modules.
@yaolu4852 жыл бұрын
thx man, did got exactly the same problem and you helped me!! Hope more people can see this so dont need to struggle on this evironment set stage.
@AashishKumar-or9lu2 жыл бұрын
@@yaolu485 'node' is not recognized as an internal or external command, operable program or batch file please help me out
@RahulSingh-do6qd2 жыл бұрын
What should I do to resolve this problem ?
@tejeshjptejesh52882 жыл бұрын
@@RahulSingh-do6qd same question
@Borah_TheExplorer2 жыл бұрын
@@AashishKumar-or9lu please try closing and reopening the VS code as in my case even after installing all the extensions as per video it was not working, I just had to restart vscode, and it worked regardless of wherever I save my js file.
@chopzilla39843 жыл бұрын
Thx man this really helped. I was very close to smashing my computer before I found you.
@TechDecode3 жыл бұрын
Haha 😂
@VarshaJat-ue2vo Жыл бұрын
thank you so much, it is very helpful video. i was searching for it and saw more then 20 videos to run javascript in vs code, but now i got it.
@gaygoddessnamedmadoka22523 жыл бұрын
finally found something which literally teach beginners thank you
@sheikhnazmulhassan3303 Жыл бұрын
Such an easiest and eligible way to run this nodejs.Thanks a lot.
@killham13373 жыл бұрын
Thank you. This is like the fifth video I watch just to get this simple information
@ngentwo35693 жыл бұрын
Thank You Sir!!!!!! I been looking for this for a while. You just got yourself an subscriber!! Keep up the great work!!!!
@Youssef-z7i3 жыл бұрын
Finally after more 12 hour trying to install javescript or typescript thanks
Quick tutorial explaining from scratch which include installation of everything required to run a js file. Good job bro...
@harveyday12093 жыл бұрын
Thank you for making it so easy to understand how to use JavaScript with VSCode. I searched the web and youtube and none of them were as easy to follow along as yours. Can you create some videos on how to write if & else statements in js on VSCode. I look forward to seeing more of your videos.
@MgelikaXevi2 жыл бұрын
thanks! There might be a problem for some users, when Visual SC tells you something about -- 'node' is not recognized as an internal or external command,... --- you need to add path to node folder to your Path variable.
@robloxian2.O2 жыл бұрын
Thanks a lot
@mikeonawave8212 жыл бұрын
how do i do that :(
@MgelikaXevi2 жыл бұрын
@@mikeonawave821 , check this video, just do the same, but instead of python, you do this to your node JS folder. kzbin.info/www/bejne/nZOclmajbp2UrM0
@MrAitSous Жыл бұрын
You're the best for this basic syntax. Trying to learn a new language for web dev and gave a great start ahead. So thank you!!
@tumukundeyves78229 ай бұрын
this video is really helpful for beginers, i found videos that i needed in 2024
@sfsamani.islamic444 Жыл бұрын
Thanks for outstanding Knowledge
@gayninin74173 жыл бұрын
thankyou so much for very clear instructions. i was having trouble with running my code
@rogan43382 жыл бұрын
Turns out I was missing the JavaScript ES6 snippets extension, and then code runner finally installed properly. Thanks for your help!
@sadnb122 жыл бұрын
Nice , You slowed my problem. Good content !
@miraclefadahunsi361 Жыл бұрын
Exactly what i needed Thanks
@arandomperson31553 жыл бұрын
This video was simple and clear, thank you!
@kirankale9270 Жыл бұрын
Brother u are doing a great work for humanity ❤❤❤ .. ur method is totally working 🎉
@bryanc15583 жыл бұрын
I wish I could like twice. Thank you for your help my friend!
@TechDecode3 жыл бұрын
So nice of you 😇 👉 Javascript Course - rebrand.ly/Javascript_Course 👉 Subscribe : rebrand.ly/FreeSubscription
@justliving919 Жыл бұрын
Thank you so much! I was feeling so discouraged because I thought I was too dense haha
@noelkitonga Жыл бұрын
You are a life saver, thank you so much. No more using Replit and other similar environments.
@yousefsamir9894 ай бұрын
Thanks alot, amongst many videos, you were the best
@AdBoss122 жыл бұрын
Thank you sir You have gained a new subscriber congrats 🎉🎉
@TechDecode2 жыл бұрын
You're Welcome 😁
@AdBoss122 жыл бұрын
@@TechDecode but when i declare a string it is giving me a error example: let a = subscribe; console. Log(a) ;
@Nikita_29112 жыл бұрын
May every youtubers follow him to save our time . Everyone were trying to extend their video time in explaining waste things. Thank you so much sir.. 🙏👍 ❤️
@motomavrick7055 Жыл бұрын
Really really thanks buddy final i reached one worked video. After 4 hours
@PauIdenino3 жыл бұрын
Excellent! Simple and clear, thank you!
@MrStece Жыл бұрын
Thanks! Regards from Serbia!
@kirtishreyaa88642 жыл бұрын
This video was so very helpful. It was amazing, I could finish my assignment. Whew!
@npn8097 Жыл бұрын
Just what I needed ! Thanks a lot,
@indiancoder35922 жыл бұрын
Thank you so much sir, your video is very helpful for me . your way is best for explaining everything in this video thanks again sir .
@shwetachoudhary9003 Жыл бұрын
Video was soo smooth and clear Thank you soo much❤