All language subtitles for 6. How To Succeed In The Course

af Afrikaans
ak Akan
sq Albanian
am Amharic
ar Arabic
hy Armenian
az Azerbaijani
eu Basque
be Belarusian
bem Bemba
bn Bengali
bh Bihari
bs Bosnian
br Breton
bg Bulgarian
km Cambodian
ca Catalan
ceb Cebuano
chr Cherokee
ny Chichewa
zh-CN Chinese (Simplified)
zh-TW Chinese (Traditional)
co Corsican
hr Croatian
cs Czech
da Danish
nl Dutch
en English
eo Esperanto
et Estonian
ee Ewe
fo Faroese
tl Filipino
fi Finnish
fr French
fy Frisian
gaa Ga
gl Galician
ka Georgian
de German
el Greek
gn Guarani
gu Gujarati
ht Haitian Creole
ha Hausa
haw Hawaiian
iw Hebrew
hi Hindi
hmn Hmong
hu Hungarian
is Icelandic
ig Igbo
id Indonesian
ia Interlingua
ga Irish
it Italian
ja Japanese
jw Javanese
kn Kannada
kk Kazakh
rw Kinyarwanda
rn Kirundi
kg Kongo
ko Korean
kri Krio (Sierra Leone)
ku Kurdish
ckb Kurdish (Soranî)
ky Kyrgyz
lo Laothian
la Latin
lv Latvian
ln Lingala
lt Lithuanian
loz Lozi
lg Luganda
ach Luo
lb Luxembourgish
mk Macedonian
mg Malagasy
ms Malay
ml Malayalam
mt Maltese
mi Maori
mr Marathi
mfe Mauritian Creole
mo Moldavian
mn Mongolian
my Myanmar (Burmese)
sr-ME Montenegrin
ne Nepali
pcm Nigerian Pidgin
nso Northern Sotho
no Norwegian
nn Norwegian (Nynorsk)
oc Occitan
or Oriya
om Oromo
ps Pashto
fa Persian Download
pl Polish
pt-BR Portuguese (Brazil)
pt Portuguese (Portugal)
pa Punjabi
qu Quechua
ro Romanian
rm Romansh
nyn Runyakitara
ru Russian
sm Samoan
gd Scots Gaelic
sr Serbian
sh Serbo-Croatian
st Sesotho
tn Setswana
crs Seychellois Creole
sn Shona
sd Sindhi
si Sinhalese
sk Slovak
sl Slovenian
so Somali
es Spanish
es-419 Spanish (Latin American)
su Sundanese
sw Swahili
sv Swedish
tg Tajik
ta Tamil
tt Tatar
te Telugu
th Thai
ti Tigrinya
to Tonga
lua Tshiluba
tum Tumbuka
tr Turkish
tk Turkmen
tw Twi
ug Uighur
uk Ukrainian
ur Urdu
uz Uzbek
vi Vietnamese
cy Welsh
wo Wolof
xh Xhosa
yi Yiddish
yo Yoruba
zu Zulu
Would you like to inspect the original subtitles? These are the user uploaded subtitles that are being translated: 1 00:00:00,300 --> 00:00:01,050 Welcome back. 2 00:00:01,500 --> 00:00:04,170 I've been talking a lot, and I know you want to get started. 3 00:00:04,380 --> 00:00:09,210 So I wanted to just leave you with a few pieces of advice. 4 00:00:09,780 --> 00:00:11,580 How do you get the most out of the course? 5 00:00:12,300 --> 00:00:17,640 The way we've structured the course is that you're going to be able to code along with us, build projects 6 00:00:17,640 --> 00:00:21,690 with us so that you can learn and practice along the way. 7 00:00:22,440 --> 00:00:29,730 Now, because everybody comes to this course with different sets of skills, different set of experiences, 8 00:00:30,090 --> 00:00:35,730 we've made it friendly to all kinds of individuals, whether you're new to note or you're an experienced 9 00:00:36,090 --> 00:00:36,810 no developer. 10 00:00:37,350 --> 00:00:44,880 So what I recommend is that before we dive into the installation videos where we start downloading node 11 00:00:44,880 --> 00:00:52,170 and then start writing node code, I want you to jump over to the appendix section where we talk about 12 00:00:52,200 --> 00:00:53,670 how JavaScript works. 13 00:00:54,120 --> 00:00:57,180 If you're not familiar with how JavaScript works. 14 00:00:57,450 --> 00:01:04,200 We do a deep dive in the appendix at the bottom of the course so that you have a good idea of what things 15 00:01:04,200 --> 00:01:05,730 like interpreters are. 16 00:01:05,760 --> 00:01:13,380 How JavaScript uses call stacks cuz how JavaScript is single threaded, what an event loop is. 17 00:01:13,950 --> 00:01:20,520 Now we do cover those things throughout the course as well, but it's always good to have a good, solid 18 00:01:20,520 --> 00:01:24,420 foundation of how JavaScript works before we dive into note. 19 00:01:24,810 --> 00:01:28,440 So if that is you, jump to those videos after this. 20 00:01:29,100 --> 00:01:31,080 Otherwise, you can keep going with the course. 21 00:01:32,130 --> 00:01:37,440 Now the other thing is, downloading node is notoriously difficult. 22 00:01:37,530 --> 00:01:41,070 Well, not difficult, but you may encounter some issues. 23 00:01:41,730 --> 00:01:47,190 Now we're always here to help you so you can always jump on our discord if you have issues downloading 24 00:01:47,190 --> 00:01:47,490 node. 25 00:01:48,210 --> 00:01:53,670 But in order to succeed in the course, well, you need to have node installed on your computer, which 26 00:01:53,670 --> 00:01:55,430 we're going to go through now. 27 00:01:55,710 --> 00:02:00,270 If you're watching this course and you already have node installed, then you can skip those videos 28 00:02:00,270 --> 00:02:01,470 as they're optional. 29 00:02:01,710 --> 00:02:03,390 You don't need to know how to install node. 30 00:02:04,140 --> 00:02:05,460 There's also a third option. 31 00:02:06,240 --> 00:02:08,550 The third option is something called Ripple. 32 00:02:08,880 --> 00:02:13,850 And if you go to this website, you will have to create an account. 33 00:02:13,860 --> 00:02:20,550 But don't worry, it's free and you can create new ripples, which are kind of like online code editors 34 00:02:20,970 --> 00:02:23,490 so that you don't need to worry about any sort of installation. 35 00:02:23,730 --> 00:02:26,610 And here you can select the language you want to code it. 36 00:02:26,700 --> 00:02:32,940 In our case, we can just select Node.js so that it creates the Node.js runtime and click on Create 37 00:02:32,940 --> 00:02:38,010 Ripple and you'll have a Node.js environment for you decoding. 38 00:02:38,460 --> 00:02:43,890 So if you prefer to watch the course like this without installing anything, that's an option for you 39 00:02:43,890 --> 00:02:45,990 as well, and you can create files in here. 40 00:02:45,990 --> 00:02:52,620 You can add folders and you just type your JavaScript code right in here and then you click Run and 41 00:02:52,620 --> 00:02:54,240 it's going to run the code for you. 42 00:02:55,080 --> 00:02:55,440 All right. 43 00:02:55,860 --> 00:02:56,580 There you have it. 44 00:02:56,820 --> 00:03:03,270 I highly recommend that you follow the videos in order and any time we need to suggest something, any 45 00:03:03,270 --> 00:03:10,500 Appendix S. or bonus material, we'll make sure to tell you when we suggest that you visit those lectures. 46 00:03:10,980 --> 00:03:13,650 For now, you can keep going with a course in order. 47 00:03:13,810 --> 00:03:15,630 Oh, and one last thing. 48 00:03:16,140 --> 00:03:18,420 Some of you may be wondering about something. 49 00:03:19,360 --> 00:03:20,400 Remember this diagram? 50 00:03:20,640 --> 00:03:25,440 Remember our friend, Ryan Doll, who in 2009 released A.. 51 00:03:25,950 --> 00:03:27,030 Look how cute he was. 52 00:03:27,450 --> 00:03:29,620 Well, this timeline is incomplete. 53 00:03:30,150 --> 00:03:34,110 As a matter of fact, in 2019, something new happened. 54 00:03:34,920 --> 00:03:40,830 That's Randall with a new haircut, a new T-shirt and no glasses. 55 00:03:41,250 --> 00:03:45,110 He presented something in 2019 called Dino. 56 00:03:45,120 --> 00:03:46,380 But you know what? 57 00:03:46,410 --> 00:03:47,650 That's for the end of the course. 58 00:03:47,670 --> 00:03:51,810 We don't need to worry about it, but don't worry, we'll cover a little bit of dino as well at the 59 00:03:51,810 --> 00:03:52,050 end. 60 00:03:52,740 --> 00:03:54,750 But for now, go away. 61 00:03:54,780 --> 00:03:56,820 Dino, we're focusing on note. 62 00:03:57,210 --> 00:03:58,050 I'll see you in the next one. 63 00:03:58,170 --> 00:03:58,530 Bye bye. 5953

Can't find what you're looking for?
Get subtitles in any language from opensubtitles.com, and translate them here.