Тёмный

Learn JavaScript: Tutorial for Beginners (Part 2) 

Codecademy
Подписаться 304 тыс.
Просмотров 29 тыс.
50% 1

Ready to start programming with JavaScript? This video covers the second lesson in our free course Learn JavaScript, which breaks down the basics of JavaScript programming. (If you haven’t already seen Part 1, check it out here: • Learn JavaScript: Tuto... )
JavaScript is one of the most popular programming languages in the world. It’s used to build interactive and dynamic websites, along with video games, mobile apps for Android or iOS, virtual reality (VR) programs, and more.
Our Learn JavaScript course will introduce you to JavaScript programming. Follow along as Codecademy Curriculum Developer David Patlut goes over the second lesson of Learn JavaScript. You’ll learn more about JavaScript variables, which are used to store and reuse data.
Check out our JavaScript courses:
Learn JavaScript: www.codecademy.com/learn/intr...
Create a back-end app with JavaScript: www.codecademy.com/learn/path...
Workspaces
Codecademy Workspaces: www.codecademy.com/pages/work...
Associated Lesson Workspace (File: variables.js) : www.codecademy.com/workspaces...
Documentation
Codecademy Docs: www.codecademy.com/resources/...
Mentioned Resources
Javascript Keywords (Exercise 2): developer.mozilla.org/en-US/d...
Timestamps:
Intro: 0:00
Exercise 1 1:03
Exercise 2 3:44
Task 1 7:02
Task 2 7:31
Task 3 7:58
Exercise 3 9:02
Task 1 11:29
Task 2 11:59
FAQ 13:32
Exercise 4 14:32
Task 1 16:44
Task 2 17:09
Task 3 17:28
FAQ 20:08
Exercise 5 22:34
Task 1 24:18
Task 2 25:02
Task 3 25:32
Task 4 25:57
FAQ 26:27
Exercise 6 29:38
Task 1 30:53
Task 2 31:10
FAQ 31:57
Exercise 7 36:03
Task 1 36:44
Task 2 37:06
FAQ 37:44
Exercise 8 39:08
Task 1 40:34
Task 2 40:50
Task 3 41:12
FAQ 43:00
Exercise 9 43:52
Task 1 44:57
Task 2 45:21
Task 3 45:43
FAQ 46:08
Outro 47:47
#JavaScript, #JavaScriptCourse, #JavaScriptTutorial, #JavaScriptTutorialForBeginners, #JavaScriptForBeginners, #JavaScriptVariables
- - - - -
Join the millions learning to code with Codecademy.
Learn to code: www.codecademy.com/?...
Check out our full course catalog: www.codecademy.com/catalog?ut...

Опубликовано:

 

26 июн 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 8   
@dorothykrammer5207
@dorothykrammer5207 7 месяцев назад
PLEASE make more videos like this! This walk through was so incredibly helpful! Honestly I would like videos this for the entire JavaScript course. I am over half way done with the JavaScript course on Codecademy and was starting to feel a little overwhelmed by new information and this was the perfect review before continuing on. I only wish the videos kept going to where I'm at in the course towards the end. Thank you!
@natekunnen7021
@natekunnen7021 Год назад
Thank you so much for helping me start my coding journey!
@AhmedRaza-ns1ct
@AhmedRaza-ns1ct Год назад
Please upload the next lecture
@personadev
@personadev Год назад
fr
@tazilla8u
@tazilla8u 8 месяцев назад
Where can I find the next lesson?
@Mjc100
@Mjc100 Год назад
I still can’t wrap my head around the ++ and -. How come when you were first using them in the postfix version (before it was even revealed there were two different versions) and also with the num++ they seemed to work as normal (simply adding 1 or subtracting 1) but as soon as you started using ++prefix and postfix++ that seemed to change?
@dpatlut
@dpatlut Год назад
Hey Marc! Great question. If you take a look at the examples when it was first introduced, in comparison to when we walk about postfix and prefix in the FAQ, the main difference is that in the earlier example, we were not assigning the result of the operator to a new variable.
@greenparksquad6336
@greenparksquad6336 Месяц назад
When using num++, the current value of num is first output (at the moment of the call), and then one is added to this value. So, in the case when num is equal to 10, it will first output 10, and then num will increase to 11 (but new value isn't logged into console because previous values was). To output the incremented value, you can use the prefix increment form - console.log(++num);, then it will output 11.
Далее
Learn JavaScript: Tutorial for Beginners (Part 1)
55:35
How I Would Learn To Code (If I Could Start Over)
13:43
ВСЕ СЕКРЕТЫ КОТА В ВР ( I Am Cat VR )
22:46
Learn Python 3: Tutorial for Beginners (Part 2)
50:52
Python or JavaScript - Which One Should YOU Learn?
8:05
Learn JavaScript - Full Course for Beginners
3:26:43
Просмотров 17 млн
How to remember everything you're learning
8:36
Просмотров 222 тыс.
Learn Python 3: Tutorial for Beginners (Part 1)
51:17
Просмотров 138 тыс.
JavaScript Promises  -- Tutorial for Beginners
37:05
Просмотров 109 тыс.
What Is JavaScript?
10:08
Просмотров 4 тыс.
The Easiest Javascript Game Ever
8:34
Просмотров 952 тыс.
ВСЕ СЕКРЕТЫ КОТА В ВР ( I Am Cat VR )
22:46