
JavaScript Programming - Full Course
video description
Date: 2022-03-14
Related videos
Comments and reviews: 8
Kris
This course is absolutely one of the best for Javascript beginner. I was totally blown away by how he goes over every step of the way through out the course and I felt very confident towards the end. Actually I learnt more than just JavaScript from this course. i.e, how to actually learn a new language(by actually working on a live project) and how not to be too overwhelmed by so many new concepts & Terminologies. He breaks down every single step and trains you so well. The 7+ Hr video is definitely worth the time as he goes over 2 Projects. Knowing Python or Java/ C++ will make the learning much easier though not required. However some prior knowledge of HTML and CSS are required. Thank you so much Per for making this awesome course!
reply
This course is absolutely one of the best for Javascript beginner. I was totally blown away by how he goes over every step of the way through out the course and I felt very confident towards the end. Actually I learnt more than just JavaScript from this course. i.e, how to actually learn a new language(by actually working on a live project) and how not to be too overwhelmed by so many new concepts & Terminologies. He breaks down every single step and trains you so well. The 7+ Hr video is definitely worth the time as he goes over 2 Projects. Knowing Python or Java/ C++ will make the learning much easier though not required. However some prior knowledge of HTML and CSS are required. Thank you so much Per for making this awesome course!
reply
DG
Hi!
Thanks for the video, like it a lot!
Can you help me in one problem? Im using VS Code, and i got an error, when i start running the document.getElementById(-count-el-) command.
Error: ReferenceError: document is not defined
I used google, i downloaded live server, and find a half solution:
-there was a feature in the editor to run the index.html specifically on browser instead of just -run- (which instead was wrongly using nodejs for main.js).-
Where can i change this setting, or what are the other solutions i can use?
Pls help!
Ty!
reply
Hi!
Thanks for the video, like it a lot!
Can you help me in one problem? Im using VS Code, and i got an error, when i start running the document.getElementById(-count-el-) command.
Error: ReferenceError: document is not defined
I used google, i downloaded live server, and find a half solution:
-there was a feature in the editor to run the index.html specifically on browser instead of just -run- (which instead was wrongly using nodejs for main.js).-
Where can i change this setting, or what are the other solutions i can use?
Pls help!
Ty!
reply
Dave
3:17:49 - if we want to get the total time of the race, we shouldn't add those numbers, because if those players race at the same time, the total race time would be 107, not 209.
So my code were like this:
let player1Time = 102-
let player2Time = 107-
function totalRaceTime() --
if (player1Time < player2Time) --
return player2Time-
- else if (player2Time < player1Time) --
return player1Time-
--
--
let raceTime = totalRaceTime()-
console.log(-Total race time: - + raceTime + - sec.-)
reply
3:17:49 - if we want to get the total time of the race, we shouldn't add those numbers, because if those players race at the same time, the total race time would be 107, not 209.
So my code were like this:
let player1Time = 102-
let player2Time = 107-
function totalRaceTime() --
if (player1Time < player2Time) --
return player2Time-
- else if (player2Time < player1Time) --
return player1Time-
--
--
let raceTime = totalRaceTime()-
console.log(-Total race time: - + raceTime + - sec.-)
reply
Pamphile
to all those will see this message , i just advise you to follow the cursus of this course , it took me 7 days to finish it, i am proud of myself because it took me the right time to understand every single concept , i just also want you to take your time to do all chalenges that this course provides and don't forget to try the solo projects, i really appreciated Scrimba for this full and free javascript course, cheers Per Arrold!
reply
to all those will see this message , i just advise you to follow the cursus of this course , it took me 7 days to finish it, i am proud of myself because it took me the right time to understand every single concept , i just also want you to take your time to do all chalenges that this course provides and don't forget to try the solo projects, i really appreciated Scrimba for this full and free javascript course, cheers Per Arrold!
reply
kit
I have knowledge of html,css but dont know anything about java script (I know c++,c too, basic of dsa just noob) . Should I learn java script directly with this course ?? Anyone please reply.
reply
I have knowledge of html,css but dont know anything about java script (I know c++,c too, basic of dsa just noob) . Should I learn java script directly with this course ?? Anyone please reply.
reply
MODINAT
I am here to say thank you. This is the best JS tutorial have seen so far....freeCodeCamp, thanks for sharing....You simplified JS ....I'm so happy right now...
reply
I am here to say thank you. This is the best JS tutorial have seen so far....freeCodeCamp, thanks for sharing....You simplified JS ....I'm so happy right now...
reply
Manish
Oh wow , I didn't even realized when I finished the course, It was fun.. I regret spending thousands to buy useless Coding Blocks courses.....
reply
Oh wow , I didn't even realized when I finished the course, It was fun.. I regret spending thousands to buy useless Coding Blocks courses.....
reply
Jota
For some reason my chrome extension doesn't open a window when i click it :( kinda stuck here trying to figure it out why
reply
For some reason my chrome extension doesn't open a window when i click it :( kinda stuck here trying to figure it out why
reply
Add a review, comment
Other channel videos















