Videos in a proper sequence and with discussion support are available at my website (of course free). It's easier for me to address issues at one place, instead of drilling into every video. A quick word, please help others in the discussion too. courses.learncodeonline.in/learn/Javascript-for-2018-developer
Instead of running the code using terminal we could just install an extension called "Code runner" in VS Code which adds a button on the top of the editor to run your code. Then running code would be just a click away, very easy..
@@iShubhamPrakash It does. Thanks but I give up. I've spent almost a week trying to install something to let me do JavaScript on my Chromebook. Nothing has worked. I give up.
@@iShubhamPrakash I also have this error i keep getting a reference error document is not defined, any advice? I have both node js and code runner installed
If you're not seeing what he's seeing on the "File > Preferences > Settings on windows at 3:40 on the right hand side there's an elipsis (3 dots) click those 3 dots, and click both options, i think the bottom one will bring up the same window he's showing you here. Hope this helps. Worked for me
2 things i want tell -- 1st >> we can directly access terminal in VScode . just right click on file showing on explorer windows left side of VS_code and select open in terminal. and we can access terminal. and 2nd thing is Powershell is by default in windows so we can use "ls " to list the directory.
For Windows on my VSCode, I don't have a Windows tab to allow me to go into settings and change some features. You talk about this at 4:30 Do you have any suggestions to get into this menu to change the font styles, zooming etc..
sir i am using window and i just write my very first code in vs code and when i run it in cmd and use dir command as you told us it show me this error [Volume in drive C has no label. Volume Serial Number is CCF8-916A Directory of C:\Users\Manvinder Gill\Desktop\veryfirst\firstbasics 30/10/2018 17:38 . 30/10/2018 17:38 .. 31/10/2018 07:21 27 helloworld.js 1 File(s) 27 bytes 2 Dir(s) 140,900,782,080 bytes free ] and when i use node firstbasics.js it show me this error [module.js:550 throw err; ^ Error: Cannot find module 'C:\Users\Manvinder Gill\Desktop\veryfirst\firstbasics\firstbasics.js' at Function.Module._resolveFilename (module.js:548:15) at Function.Module._load (module.js:475:25) at Function.Module.runMain (module.js:694:10) at startup (bootstrap_node.js:204:16) at bootstrap_node.js:625:3] now sir help me...
hey if you are lazy to open terminal and navigate to the current folder, then use intergrated terminal on vs code. Right click the folder you are working on and open in integrated terminal. Then do the same thing. check node version, run the js file..
Excellent basic tutorial. I tried the Code Runner Extension plugin which is great to run within the Visual Studio Editor. (Not required to switch to the Terminal app)
I like the node/terminal as I am writing scripts and doing a 10 Days of JavaScript course on hackerrank :) JS bin works great too though and will show you console output, it's good with browser tools as well.
thank you for liking my comment sir 😍 😍 😍 big fan of yours and I really appreciate you people gave us this treasury of knowledge for free and on other hand there are institutions taking thousands of rupees just for learning javascript. #selfmadeprogrammer
Font size is so big that I had to scale down whole video to read. I think VSCode has very good default font size already and resizing it to 22 is only suitable if your target audience is watching your videos only on small smartphone. I personally watch it on iMac and font size is painfully large.
Thanks for amazing tutorial. Can you please explain below - what is the meaning of "workspace" - why can't I simply create folder and create new files under it - In Welcome screen there is "Add workspace folder.." option, what is the need to create multiple workspaces instead of multiple folders under single workspace - I have created workspace and later a folder under it, but when I create new file, it doesn't automatically gets saved as ".js" file.
Also if you guys getting an error with message that 'node is not recognised as an internal or external command, operable program or batch file.' add nodejs to system variables. Just google that topic, you can find tons of tutorial.
My VS Code (Version 1.53.2 (user setup)) menu bar does not look like yours. Mine has "File Edit Selection View Go Run Terminal Help." I'm using Windows 8.1. Please advise.
How do u guys program like this? You should have some sort of a window to show you how all your variables, methods, classes are connected. Feels like blind editing tool to me with no visualisation.
Bro what is the different between this playlist and the js course are available in your website i Think so both are the content will be same ... can u pls comform it
Question: I have the following regex and text and i would like to match all doubles. However when I try to match them all it skips the 2nd line. How come? Note i am working in bash via mac terminal. what flags should i used besides -o and -i ([a-z]+) +\1 Paris in the the spring. The theoretical viewpoint is of little value here. I view the theoretical viewpoint as being of little value here. I think that that is often overdone. This sentence contains contains a doubled word or two two. Fear fear is a fearful thing. Writing successful programs requires that the the programmer fully understands the problem to be solved.
Hi Hitesh, when I started debugging F5, i got this error in VS Code. Cannot launch program 'C:\JSEXERCISEFILES\01Basics\Test.html'; setting the 'outFiles' attribute might help. Open launch.json Can you please help me in solving this.
i cannot seem to execute the file i just created from the command prompt I type in this 👇 D:\Programming\JavaScript\JSExFiles\01Basics>node HelloWorld.js but after pressing enter, i get D:\Programming\JavaScript\JSExFiles\01Basics> again... please help 😞😞😞
Thrinath reddy if you want to see the output of console.log you need to open the developer tools in your browser. You can right click in the window, press inspect, and find console in the menus.. it's a discreet way to see if your code has been executed.
Videos in a proper sequence and with discussion support are available at my website (of course free). It's easier for me to address issues at one place, instead of drilling into every video. A quick word, please help others in the discussion too.
courses.learncodeonline.in/learn/Javascript-for-2018-developer
Hitesh Choudhary hey hitesh,in your site it shows 49 video and here in playlist only 43 so anything missing... Pls reply
Sir please respond terminal not recognising 'ls' command
sir what is internal/module/cjs/loader.js : 584 throw err ??????
@@pragatigupta4558 this error shown if u writing wrong file name(case sensitive) in cmd
node -v in mac.What about in windows command prompt?
Instead of running the code using terminal we could just install an extension called "Code runner" in VS Code which adds a button on the top of the editor to run your code. Then running code would be just a click away, very easy..
i tried that it says code language not supported or defined
@@iShubhamPrakash It does. Thanks but I give up. I've spent almost a week trying to install something to let me do JavaScript on my Chromebook. Nothing has worked. I give up.
BIG FAX WITH NO PRINTER FAM
This comment is actually better than the 8 minute waste of time video on top of the page.
@@iShubhamPrakash I also have this error i keep getting a reference error document is not defined, any advice? I have both node js and code runner installed
3:25 settings are here on a windows machine: File --> Preferences --> Settings (ALT-F; P; S)
Thanks!
cheers
Thanks alot
If you're not seeing what he's seeing on the "File > Preferences > Settings on windows at 3:40 on the right hand side there's an elipsis (3 dots) click those 3 dots, and click both options, i think the bottom one will bring up the same window he's showing you here. Hope this helps. Worked for me
Love and support from Pakistan. Thank you for starting JS series. Great love for you Sir :)
I like this thumbnail for this series. Your thoughts?
Loving it 😍😍
Hitesh Choudhary Awesome
Great sir
All the things went absolutely fine
No errors
Thanks a lot for starting this series
Its super..and create excitement about js..
looks very professional!
On Windows/Linux - File > Preferences > Settings
On macOS - Code > Preferences > Settings
thanks
thanks !!!
Thanks:)
2 things i want tell --
1st >> we can directly access terminal in VScode . just right click on file showing on explorer windows left side of VS_code and select open in terminal. and we can access terminal.
and
2nd thing is Powershell is by default in windows so we can use "ls " to list the directory.
Just watched first three videos on this and got understood each single thing :)
Thankyou so so much bhaiya. God Bless you
Great if ur active this i can learn js with 10 days 😂 (i am very lazy thought)keep doing sir u motivate me a lot 😊
Thank you Hitesh! you are Awesome! Just starting my journey in JavaScript.
Great work man...Please upload complete series on TH-cam...Loving it
@3:12 - why/how/what happened at this point - no explanation. .vscode automatically popped up above the 01basics folder..
That folder just holds some settings created by Visual Studio Code automatically. The "." means it's a hidden folder.
Good tutorial so far. I'm not able to get the "open folder tree" arrow (>) in the Explorer. I figured out a workaround.
Your video was helpful , thank you 💌
thank you for sooooooo good english. definetely i am subscribed !!!!!
Hi bro Congress for your 501k subscribers
This is so helpful. Your video are fantastic.
You are doing a great job. God bless you
For Windows on my VSCode, I don't have a Windows tab to allow me to go into settings and change some features. You talk about this at 4:30 Do you have any suggestions to get into this menu to change the font styles, zooming etc..
bottom left click on manager then navigate to settings.Good luck
that opening line itself has convinced me to watch this video further
sir i am using window and i just write my very first code in vs code and when i run it in cmd and use dir command as you told us it show me this error [Volume in drive C has no label.
Volume Serial Number is CCF8-916A
Directory of C:\Users\Manvinder Gill\Desktop\veryfirst\firstbasics
30/10/2018 17:38 .
30/10/2018 17:38 ..
31/10/2018 07:21 27 helloworld.js
1 File(s) 27 bytes
2 Dir(s) 140,900,782,080 bytes free ]
and when i use node firstbasics.js it show me this error [module.js:550
throw err;
^
Error: Cannot find module 'C:\Users\Manvinder Gill\Desktop\veryfirst\firstbasics\firstbasics.js'
at Function.Module._resolveFilename (module.js:548:15)
at Function.Module._load (module.js:475:25)
at Function.Module.runMain (module.js:694:10)
at startup (bootstrap_node.js:204:16)
at bootstrap_node.js:625:3]
now sir help me...
same is happening to me
Thank you for this series Hitesh!
found the correct playlist. need a lot more of this sir
hey if you are lazy to open terminal and navigate to the current folder, then use intergrated terminal on vs code. Right click the folder you are working on and open in integrated terminal. Then do the same thing. check node version, run the js file..
Excellent basic tutorial.
I tried the Code Runner Extension plugin which is great to run within the Visual Studio Editor. (Not required to switch to the Terminal app)
@Hitest, as soon as I see it is your video, first thing I do is like the video.....
how you sir import .VSCODE library/package on same folder and did not explain ... video 3.16 min
noted the same
thx so much for sharing your knowledge into JS. God bless you!
I like the node/terminal as I am writing scripts and doing a 10 Days of JavaScript course on hackerrank :)
JS bin works great too though and will show you console output, it's good with browser tools as well.
Yes.. This is perfect thumbnail.. And video is super amazing
sir when i am writing on cmd prompt : node [file name.js ] its not showing output as like yours , it returns a blank line please help me with it
Did you save the file again after writing the code. I forgot to do that
OMG.. back to with another video and in one day 😲.. Really its motivate me..
Please, putting Angular and React tutorial. I hope you would be kind for us to become a fullstack JS developer. Thanks for clear voice.
there is no way to run the console.log () in the vs code? just like plnkr.com? do we really have to run it through run?
For Windows users u can use the terminal that vscode provides
whenever I run my Hello.js
its says"-bash: Hello.js: command not found
how to get rid of these...?
I just use the vs code output to display and run my files, hope this helps
Still relevant in 2021 and I am using Linux
Today is the best day of my life 😎😎😎😎😎
thank you for liking my comment sir 😍 😍 😍 big fan of yours and I really appreciate you people gave us this treasury of knowledge for free and on other hand there are institutions taking thousands of rupees just for learning javascript.
#selfmadeprogrammer
Thanks :D
Yours lecture was so nice..thank you ....😊
Font size is so big that I had to scale down whole video to read. I think VSCode has very good default font size already and resizing it to 22 is only suitable if your target audience is watching your videos only on small smartphone. I personally watch it on iMac and font size is painfully large.
which color theme u are using in VScode pls reply
02:21 Where did that file come from?
node app.js command isnt working on windows cmd, what should I do to make it work??
he forgot to mention the fact you have to install node.js
man u go really fast. can't find myself
someone pls help me
i m using windows i m not able to follow the video from 6:17...!!
i m not able to load the directories...plzz help
Thanks for amazing tutorial. Can you please explain below
- what is the meaning of "workspace"
- why can't I simply create folder and create new files under it
- In Welcome screen there is "Add workspace folder.." option, what is the need to create multiple workspaces instead of multiple folders under single workspace
- I have created workspace and later a folder under it, but when I create new file, it doesn't automatically gets saved as ".js" file.
At 3:11, a .vscode folder magically appears with no explanation.
Visual Studio code vs Visual Studio 2107 😅😅
which is best for js😊😊
Visual Studio 2107 not launched yet
no extension is available nothing is showing after typing babel ! and showing message of an unknown error has occurred , how to solve this ?
I like how you teaching. thanks
M not getting colourer theme in vs code.. even after installing Babel
save it by .js
Also if you guys getting an error with message that 'node is not recognised as an internal or external command, operable program or batch file.' add nodejs to system variables. Just google that topic, you can find tons of tutorial.
Learnt something new, Thanks a lot Sir
Hi Hitesh! I am not able to run node -v on my windows laptop in cmd....perhaps could please shed some light on how to go about it?
Will you collaborate with other programming related youtube channels like thenewboston or Traversy media, CS dojo etc? hope you reply
My VS Code (Version 1.53.2 (user setup)) menu bar does not look like yours. Mine has "File Edit Selection View Go Run Terminal Help." I'm using Windows 8.1. Please advise.
HelloWorld alread doesnt show up when i type it into command prompt, it just states the folder location again without the message.
Which s best version for JavaScript ? In some tutorials it's written using HTML tags in other case it's done using es6 script which s best one?
How to link HTML, CSS JAVASCRIPT these three codes, by creating website dynamically. In vs code platform.
you are very good person ,thank you
Finally you betrayed Atom text editor 😂😂😂😂
showing error in terminal The term 'node' is not recognized as the name of a cmdlet, function, script file, ........
code runner is installed as an extension via vscode but it still will not display in out. error says node is not a proper file format for windows...
How do u guys program like this? You should have some sort of a window to show you how all your variables, methods, classes are connected. Feels like blind editing tool to me with no visualisation.
sir aapka ye course full hoga ya khaali intro hoga
Thanks for this tutorial.
Bro what is the different between this playlist and the js course are available in your website i Think so both are the content will be same ... can u pls comform it
which theme you are using in vs code?
Hi im unable to install Babel ES6, it is just showing "Installing" for a long time. Please help
Can you please tel us what OS you are using ? is it windows or Linux ? and same for VS code.
The extension, Babel ES6/ES7, is abandoned!
Hi, Autosuggestion is not working in the latest version of vscode. could you quickly advise a work around. Fyi.. I am using win 7
Question: I have the following regex and text and i would like to match all doubles. However when I try to match them all it skips the 2nd line. How come? Note i am working in bash via mac terminal.
what flags should i used besides -o and -i
([a-z]+) +\1
Paris in the the spring.
The theoretical viewpoint is of little value here.
I view the theoretical viewpoint as being of little value here.
I think that that is often overdone.
This sentence contains contains a doubled word or two two.
Fear fear is a fearful thing.
Writing successful programs requires that the the programmer fully understands the
problem to be solved.
Hey Hitesh, what is the difference between console.log("Hello World!"); and console.log('Hello World!');
how to install node...previous video is not listed. spent an hour searching for it...pls advise.
File -> preferences - > setting
Finally you are using VSCode ;)
Another one ☺️
By the way what is igneus???
I got stuck on the node part. Where do you go to get that node set up?
Hi Hitesh, when I started debugging F5, i got this error in VS Code. Cannot launch program 'C:\JSEXERCISEFILES\01Basics\Test.html'; setting the 'outFiles' attribute might help. Open launch.json Can you please help me in solving this.
Is there no command or shortcut to run the js file in VS instead of going back to Terminal/ Command to execute??
Back to back videos
3:52 settings could not find in visual studio windows version
its under file section
i cannot seem to execute the file i just created from the command prompt
I type in this 👇
D:\Programming\JavaScript\JSExFiles\01Basics>node HelloWorld.js
but after pressing enter, i get D:\Programming\JavaScript\JSExFiles\01Basics> again...
please help 😞😞😞
Hey, can you recommend any book for js
thanks for the help bro :)
sir in vs code how can we see the output i geeting error in command promp can u please give a clarity video how use vs code and they output ans
How do you change the console key to green?
For me it is blue
.vscode folder is not getting created for me..any help will be appreciated
Sir Can I start before taking your course. I am going to take your course on Front End and Back end
Front end course will be helpful when later we will be implementing JS code on medium level apps.
I was hoping you would show how to do it without node.
node isn't working in cmd. however showing no errors also. I also restarted laptop. I'm working on Win 7 ultimate. please help.
Which chrome are you using ?
Install code runner :) and use it only for js.
Sir WT is the difference between document.write() and console.log()
Browsers not giving output if I use console.log() with. HTML
Thrinath reddy if you want to see the output of console.log you need to open the developer tools in your browser. You can right click in the window, press inspect, and find console in the menus.. it's a discreet way to see if your code has been executed.
For Windows on my VSCode, I don't have a Windows tab to allow me to go into settings and change some features.
check bottom left then click on manager then settings...
not all keyword is working on my js terminal i dont understand why :(
we cant use terminal for JS output?
will we learn Es6/Es7 or js?