Author | Message |
---|---|
evelynn96
Posts: 1
|
Posted 23:26 May 21, 2015 |
Hi everyone. I'm really confused with the basics of JavaScript already and don't want to fall behind. Can someone help me out? Or where is some place on campus i can go for tutoring? |
ringworld
Posts: 11
|
Posted 00:01 May 22, 2015 |
https://www.youtube.com/watch?v=EJ72bdpATRg&index=1&list=PLnWrVWj1APWvd-WiCwrtyyLSW3g2so_Gx Have fun |
cesar714
Posts: 30
|
Posted 07:47 May 22, 2015 |
Here are some videos I strongly recommend you to watch. I think they do a great job explaining Javascript concepts. To run Javascript they use a console don't worry about that. He just uses the console to run the code. I strongly recommend you start learning now because you will be learning this in the following programming courses. The syntax will be different but the concepts in any object-oriented language are the same. Javascript Basics https://www.youtube.com/watch?v=fGdd9qNwQdQ if statements https://www.youtube.com/watch?v=Gy87ZS5sb1w functions https://www.youtube.com/watch?v=AY6X5jZZ_JE arrays and loops https://www.youtube.com/watch?v=orAS-MBh5f4 |