Basic JavaScript Course Free Code Camp

preview_player
Показать описание
#JS #JavaScript #FCC #FreeCodeCamp
Thank you to our sponsor:

Support me and visit my store at:

Internship, Part-Time, & Full time work for college students and recent grads:

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: "How I Became a Developer | My Developer Journey of the Last 3 Years | Ask a Dev"
-~-~~-~~~-~~-~-
Рекомендации по теме
Комментарии
Автор

Thank you for this tutorial!! This message is for the folks running codecamp: JS is complicated. I was stuck on a particular exercise the one where you use : " +=" for days. Never did I know that the code above the line was supposed to be added to the bottom one where we make the changes. Programers sometimes arent the most efficient folks at giving detailed information :(

alexmunguia
Автор

got stuck on a couple of the problems, you've been a great help. really appreciate you doing these tutorials!

fengriffin
Автор

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.

game-rlft
Автор

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!!

stevenf.
Автор

Thanks for the help I finished this section and moving on to the next portion of Free Code Camp.

jshackelford
Автор

Excellent series of tutorials, I am so grateful that you made them available. Thanks a million.

drcharlie
Автор

Thank you for this. It is nice to get more explanation into the solutions on FCC. I appreciate the effort!

cowtree
Автор

Hit a massive wall near the end of this track, so thanks for this video man.

DavidWoodMusic
Автор

Thanks alot!! i was having trouble understanding java and this really helped what i needed to do!

castroa
Автор

Hey Great video! I had a lot of trouble with the Record Collection task, but now I see what my issue was. Thanks!

reset
Автор

I never knew there was a FCC walkthrough. I will definitely refer to your videos if I get stuck

anonymouse
Автор

Thank you for these videos man! Really useful and helpful!

StyleTrick
Автор

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

coreycache
Автор

Thanks Pal- Very helpful. Your a great teacher

niels
Автор

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

charlesonunze
Автор

thanks... this really help keep up the good work

skeetemanricky
Автор

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.

anonymouse
Автор

I like your videos but could you please speak louder or get closer to the microphone? Thanks for your work!

deezler
Автор

Good job... only if the volume was a bit louder . still liked and subscribed

comparethetravelcom
Автор

switch(card){
case 2:
case 3:
case 4:
case 5:
case 6:
count++;
break;
case 10:
case "J":
case "Q":
case "K":
case "A":
count--;
break;
}
if (count > 0){
return count + " Bet";
} else {
return count + " Hold";
}

Silmerano
welcome to shbcf.ru