Support our Community: https://www.patreon.com/CodingTutorials360
Basic JavaScript course completed from FreeCodeCamp.com
#JS #JavaScript #FCC #FreeCodeCamp
Thank you to our sponsor:
http://www.speakwithageek.com
http://www.facebook.com/dylan.c.israel
Tweets by PizzaPokerGuy
http://www.codingtutorials360.com
https://www.instagram.com/dylansphotos87
Support me and visit my store at:
http://www.codingtutorials360.com/store.html
Internship, Part-Time, & Full time work for college students and recent grads:
http://www.codingtutorials360.com/WayUp.html
Fan funding goes towards buying the equipment necessary to deliver 4k videos, 4k webcam, and a high quality microphone better audio. Any support is very appreciated!
My channel is here for aspiring programmers to learn easier and help debug any issues from the many great free resources available on the web.
Check out my other videos going over HTML, CSS, Ruby, Ruby on Rails, Java, JavaScript, Python, PHP, SQL, Command Line, BootStrap, jQuery, and WordPress from CodeCademy, CodeCombat, FreeCodecamp and more!
-~-~~-~~~-~~-~-
Please watch: “Codecoure Interview: Behind the Code Episode 16”
-~-~~-~~~-~~-~-
Original source
34 responses to “Basic JavaScript Course Free Code Camp”
Thanks Pal- Very helpful. Your a great teacher
Really got stuck at the beginning, tried some examples to do myself some i managed and some i didnt, i found your Video and it was a boost to me and am learning more every day and some things are more clear to me now :), thanks and keep up the good work.
lol the exgf joke
certification?
This was extremely helpful. I followed this tutorial and re-did what I had already done and continued forward where I had left off. I had a much better understanding of the concepts and was able to finish in a fraction of the time as the first! Thank you!
hi, i kinda like the font used here on 51:59, the ones in pink… i had a hard time searching for the font name
Excellent series of tutorials, I am so grateful that you made them available. Thanks a million.
Please as is the program you are using to compile
this is amazing thanks. i got stuck on the "stand in line" part myself and ended up here. i see u got stuck on the same thing. u helped me through it though
hey whats up man. Ive been working thru free code camp and using ur vids to help me since your website portfolio video. good job man keep it up!!
Thank you for this. It is nice to get more explanation into the solutions on FCC. I appreciate the effort!
Dude, have you ever tried, errr, I dunno, like… Reading the assignment?? I've been watching for half an hour and you make a million mistakes simply due to the fact that you have not once read the instructions for the task. That's pretty retarded, making an instructional video and all…
just a little question.. can i start to learn javascript without going through the other courses or its necessary to start from html css and do them all?
why does this video jump from 'ForLoops' all the way to "record collection"? Was that intentional? Either way, thanks for the videos. HUGE HELP! ;^)
You cheated on the converting F ot C one!! That's the exact module I came to this video to see cuz I was stuck on it. Your solution was to write code specifically where it told you not to haha.
I have no idea whats going on in this problem. I watched you complete it, but i really dont know what is going on in here..
function multiplyAll(arr) {
var product = 1;
// Only change code below this line
for (var i = 0; i < arr.length; i++) {
for (var j = 0; j < arr[i].length; j++) {
product = product * arr[i][j];
}
}
// Only change code above this line
return product;
}
// Modify values below to test your code
multiplyAll([[1,2],[3,4],[5,6,7]]);
Thanks for this video!
The X and check marks on the "Stand in Line" problem are given out of context, or something along the lines of that. It's confusing.
I like your videos but could you please speak louder or get closer to the microphone? Thanks for your work!
Free Code Camp = DARKSOULS LOL XD fk this
Hey Great video! I had a lot of trouble with the Record Collection task, but now I see what my issue was. Thanks!
Thanks alot!! i was having trouble understanding java and this really helped what i needed to do!
code camp has the most retarded interface and my school makes us use it i can do all the things right for some reason i get them wrong in here worst teaching tool ever
I never knew there was a FCC walkthrough. I will definitely refer to your videos if I get stuck
I feel like i'm getting my head around JS, but the FCC challenges are a little disheartening sometimes, so this is great for the few that I got stuck at!
Thank you for these videos man! Really useful and helpful!
Thanks for the help I finished this section and moving on to the next portion of Free Code Camp.
In the Profile Lookup, can anybody show how to solve the problem by using nested for loops?
Thanks! youve been great help
thanks… this really help keep up the good work
got stuck on a couple of the problems, you've been a great help. really appreciate you doing these tutorials!
I don't know why, but when I follow the instructions from top to bottom it doesn't work, but when I invert them it does..
Haha your funny man! Subscribing!
Hey guys, I forgot a 15 minute clip so this may look like a duplicate but it isn't and I have pulled down the old Basic JavaScript Courses videos.