From f59f26df685ed42e611628fcb23ccd14d5f35cfd Mon Sep 17 00:00:00 2001 From: Gyanaa Vaibhav Date: Sat, 23 Nov 2024 17:36:09 +0530 Subject: [PATCH] Updated the link to the latest video --- nodeJS/introduction_to_nodeJS/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodeJS/introduction_to_nodeJS/getting_started.md b/nodeJS/introduction_to_nodeJS/getting_started.md index f8b29742869..1f4065ab27b 100644 --- a/nodeJS/introduction_to_nodeJS/getting_started.md +++ b/nodeJS/introduction_to_nodeJS/getting_started.md @@ -63,5 +63,5 @@ The following questions are an opportunity to reflect on key topics in this less This section contains helpful links to related content. It isn't required, so consider it supplemental. -- This [Node crash course video](https://www.youtube.com/watch?v=fBNz5xF-Kx4) from TraversyMedia is a great code-along for getting into Node.js. It may seem repetitive after completing the assignment, but practice is repetition! +- This [Node crash course video](https://www.youtube.com/watch?v=32M1al-Y6Ag) from TraversyMedia is a great code-along for getting into Node.js. It may seem repetitive after completing the assignment, but practice is repetition! - This [Node crash course playlist of 12 episodes](https://www.youtube.com/watch?v=zb3Qk8SG5Ms&list=PL4cUxeGkcC9jsz4LDYc6kv3ymONOKxwBU) from Net Ninja is a great resource to learn Node.js. There are 12 videos in this playlist, you can consider them all.