Lecture 3: Intro to Node and Express

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Wow, great content. I love it when courses don't go too slow.

lucacras
Автор

These lectures are great! Too bad we cannot see the code properly because of the small picture size.

andreme
Автор

How did you enabled the autocomplete function in vim?

I was only able to enable autocomplete using CTRL+N, which just tries to complete the current word somehow, looking at previously seen words or some sort of dictionary, I guess.

Thanks

MrGalassi
Автор

Why the developers of express decided to let users wait for response forever, when actual response is not sent, instead of raising an exception when response is not provided like it work in Django, for example? Is it some language restriction or just design decision?

ugqctrb
Автор

Can I run node commands in cs50 codespace?

vivekkoul
Автор

1:02:28 let won't work since it's blocked scoped.

allenhe